diff --git a/README.md b/README.md index 8b56ef1..aff12b5 100644 --- a/README.md +++ b/README.md @@ -15,16 +15,18 @@ Install using pip: ## Usage - from quora import Quora, Activity - - quora = new Quora() - activity = get_activity('Christopher-J-Su') - - # do stuff with the parsed data - activity.answers - activity.questions - activity.upvotes - activity.question_follows +```python +from quora import Quora, Activity + +quora = new Quora() +activity = get_activity('Christopher-J-Su') + +# do stuff with the parsed data +activity.answers +activity.questions +activity.upvotes +activity.question_follows +``` ## Features ### Currently implemented