Skip to content

Commit

Permalink
docs(README): add links to the development environment, contribution …
Browse files Browse the repository at this point in the history
…guide, and code of conduct
  • Loading branch information
niall-byrne committed May 29, 2020
1 parent 30e4998 commit 4ce4284
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ PYTHONPATH=. python examples/inheritance.py

Browse to: [http://localhost:5000/api/spec.html](http://localhost:5000/api/spec.html)

## Contributing, and Making Improvements:

- [Contribution Guide](./CONTRIBUTING.md)
- [Code of Conduct](./CODE_OF_CONDUCT.md)
- [Development Environment](./development/DEVELOPMENT.md)

## How To:

In your program, where you'd usually just use flask-restful, add just a little bit of sauce and get a swagger spec out.
Expand Down

0 comments on commit 4ce4284

Please sign in to comment.