Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
ekalinin committed Sep 3, 2014
1 parent ae50ea0 commit c6ab98b
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
@@ -1,8 +1,8 @@
gh-md-toc
=========

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

Usage
=====
Expand All @@ -16,7 +16,7 @@ And you want to generate TOC for it.
There is nothing easier:

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

Table of Contents
=================
Expand Down Expand Up @@ -56,7 +56,8 @@ Table of Contents
* [README in another language](#readme-in-another-language)
```
That's all! Now all you need — is copy/paste result from cosonle into original README.md.
That's all! Now all you need — is copy/paste result from cosonle into original
README.md.
And here is a result:
Expand All @@ -65,5 +66,5 @@ And here is a result:
Dependency
==========
* curl
* curl or wget
* awk

0 comments on commit c6ab98b

Please sign in to comment.