Skip to content

Commit

Permalink
Fix typo in documentation (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
shalgrim authored Sep 14, 2021
1 parent fc1eb18 commit 4145e74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def full_name(**kwargs):
and we want to create a nice md files per each command, we'll run the next cli command:

```shell
> mdclick dumps --baseModule=app.cli --baseCommand=main --docPath=./docs/commands
> mdclick dumps --baseModule=app.cli --baseCommand=main --docsPath=./docs/commands
```

The output:
Expand Down

0 comments on commit 4145e74

Please sign in to comment.