From ba1008db81a164d736e35bfe300fab1344bfb6ec Mon Sep 17 00:00:00 2001 From: Damiaou Date: Thu, 28 Oct 2021 21:30:51 +0200 Subject: [PATCH] fix: misplaced option & ordered list numbers --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 93cb144..414639f 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ cd $HOME/Documents 3. Clone this repository to your Documents folder. ```shell -git clone git@github.com:scottashipp/noted.git -C $HOME/Documents +git -C $HOME/Documents clone git@github.com:scottashipp/noted.git ``` 4. Symlink the file: @@ -62,7 +62,7 @@ git clone git@github.com:scottashipp/noted.git -C $HOME/Documents ln -s $HOME/Documents/noted/noted /usr/local/bin/noted ``` -6. Verify that it is visible on the path: +5. Verify that it is visible on the path: ```shell noted version