Skip to content

Commit ba1008d

Browse files
committed
fix: misplaced option & ordered list numbers
1 parent d120063 commit ba1008d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ cd $HOME/Documents
5353
3. Clone this repository to your Documents folder.
5454

5555
```shell
56-
git clone git@github.com:scottashipp/noted.git -C $HOME/Documents
56+
git -C $HOME/Documents clone git@github.com:scottashipp/noted.git
5757
```
5858

5959
4. Symlink the file:
@@ -62,7 +62,7 @@ git clone git@github.com:scottashipp/noted.git -C $HOME/Documents
6262
ln -s $HOME/Documents/noted/noted /usr/local/bin/noted
6363
```
6464

65-
6. Verify that it is visible on the path:
65+
5. Verify that it is visible on the path:
6666

6767
```shell
6868
noted version

0 commit comments

Comments
 (0)