Skip to content

Commit

Permalink
Modification to README.md file. Correcting typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoTracchia committed Jan 5, 2024
1 parent afdd2fa commit bf3631b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ cd ResourceHub
Create a new branch and switch to it using the `git checkout` command. Give it a name that is descriptive of the changes you are introducing.

```bash
git checkout -b 'new branch name'
git checkout -b 'new-branch-name'
```

> Note: Replace `'new-branch-name'` with the branch name of your choice.
Expand All @@ -87,7 +87,7 @@ Navigate to the category where you your resources to be added. Once you've ident
For example:

```bash
git add
git add .
```

```bash
Expand Down

0 comments on commit bf3631b

Please sign in to comment.