Skip to content

Commit

Permalink
Merge pull request #326 from MagTun/patch-1
Browse files Browse the repository at this point in the history
added the  -m of the script usage
  • Loading branch information
nicholasserra committed Apr 10, 2019
2 parents 7f8a48b + 91e5df4 commit 6bd1875
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -64,6 +64,11 @@ As a script (CLI):
```shell
$ python markdown2.py foo.md > foo.html
```
or
```shell
$ python -m markdown2 foo.md > foo.html
```

I think pip-based installation will enable this as well:
```shell
$ markdown2 foo.md > foo.html
Expand Down

0 comments on commit 6bd1875

Please sign in to comment.