Skip to content

Commit 426243e

Browse files
committed
Fix code example in readme
1 parent 7822f0e commit 426243e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -187,9 +187,7 @@ from lazydocs import MarkdownGenerator
187187
188188
generator = MarkdownGenerator()
189189
190-
# Select a module to generate markdown documentation
191-
# Here we use the generation module itself as an example
192-
my_module = generation
190+
# Select a module (e.g. my_module) to generate markdown documentation
193191
markdown_docs = generator.import2md(my_module)
194192
```
195193

0 commit comments

Comments
 (0)