Skip to content

Commit

Permalink
Merge pull request #39 from momirjalili/fix-documentation
Browse files Browse the repository at this point in the history
fixed spelling errors in documentation, added .idea dir to gitignore
  • Loading branch information
swistakm committed Nov 22, 2016
2 parents 70093a9 + 79918c9 commit 39fb78e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,6 @@ target/

# system dependent
.DS_Store

# pycharm config files
.idea
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

# graceful

`graceful` is elegant Python REST toolkit built on top of
[falcon](http://github.com/falconry/falcon). It is highly inspired
`graceful` is an elegant Python REST toolkit built on top of
[falcon](http://github.com/falconry/falcon) framework. It is highly inspired
by [Django REST framework](http://www.django-rest-framework.org/) - mostly by
how object serialization is done but more emphasis here is put on API to
be self-descriptive.
Expand Down Expand Up @@ -36,7 +36,7 @@ Chat is available [here](https://gitter.im/graceful-for-falcon/Lobby).

**Important**: `graceful` is python3 exclusive because **right now** should be
a good time to forget about python2. There are no plans for making `graceful`
python2 compatibile although it would be pretty straightforward do do so with
python2 compatible although it would be pretty straightforward to do so with
existing tools (like six).

## usage
Expand Down

0 comments on commit 39fb78e

Please sign in to comment.