Skip to content

Commit

Permalink
Fix pip install command in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineAugusti committed Apr 20, 2018
1 parent 46788f3 commit 07e2a6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ And if you render it:

## Installation
```
pip install open_api_schemas_to_markdown
pip install open-api-schemas-to-markdown
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
name='open_api_schemas_to_markdown',
license='MIT',
packages=['open_api_schemas_to_markdown'],
version='0.1.2',
version='0.1.3',
description='Generate Markdown documentation from OpenAPI 3 Components Schemas',
author='Antoine Augusti',
author_email='[email protected]',
Expand Down

0 comments on commit 07e2a6e

Please sign in to comment.