Skip to content

Commit 65c7a95

Browse files
committed
Merge pull request #6 from knowledgejunkie/reorder-example-comment
Re-order example comment to match behaviour
2 parents 57ca177 + 571537b commit 65c7a95

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,11 @@ Here are some examples:
1717
```
1818
:new new_directory/new_file.txt
1919
20-
# new_directory/ is now created
2120
# Write some stuff to new_file.txt
2221
2322
:w
23+
24+
# new_directory/ is now created
2425
```
2526

2627
* Create child directories inside...

0 commit comments

Comments
 (0)