Skip to content

Commit ef0991e

Browse files
committed
fix
1 parent e20e1fa commit ef0991e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ may be different on different converters.
1414

1515
## Usage
1616

17-
$ python pydocmd.py module [...]
17+
$ python doc2md.py module [...]
1818

19-
pydocmd scan every python files (.py) given and generate the documentation in
19+
doc2md.py scan every python files (.py) given and generate the documentation in
2020
a subfolder `doc`
2121

2222
## Example output

doc2md.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
2121
- http://github.com/blasterbug/SmileANN/wiki/neuron
2222
- http://github.com/blasterbug/SmileANN/wiki/faces
23-
- http://github.com/blasterbug/pydocmd/wiki/pydocmd
23+
- http://github.com/blasterbug/pydocmd/doc2md.py/doc2md.py
2424
2525
"""
2626

0 commit comments

Comments
 (0)