Skip to content

Commit c6ab98b

Browse files
committed
update README
1 parent ae50ea0 commit c6ab98b

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
gh-md-toc
22
=========
33

4-
gh-md-toc — is for you if you want to generate TOC for README.md and don't want
5-
to install any additional software.
4+
gh-md-toc — is for you if you **want to generate TOC** for README.md and
5+
**don't want to install any additional software**.
66

77
Usage
88
=====
@@ -16,7 +16,7 @@ And you want to generate TOC for it.
1616
There is nothing easier:
1717

1818
```bash
19-
➥ ./gh-md-toc https://github.com/ekalinin/envirius/blob/.../README.md
19+
➥ ./gh-md-toc https://github.com/ekalinin/envirius/blob/master/README.md
2020

2121
Table of Contents
2222
=================
@@ -56,7 +56,8 @@ Table of Contents
5656
* [README in another language](#readme-in-another-language)
5757
```
5858
59-
That's all! Now all you need — is copy/paste result from cosonle into original README.md.
59+
That's all! Now all you need — is copy/paste result from cosonle into original
60+
README.md.
6061
6162
And here is a result:
6263
@@ -65,5 +66,5 @@ And here is a result:
6566
Dependency
6667
==========
6768
68-
* curl
69+
* curl or wget
6970
* awk

0 commit comments

Comments
 (0)