From 87422c37a6f09b8aa96f0e258a15f21f1b404fe9 Mon Sep 17 00:00:00 2001 From: Christopher Su Date: Sat, 9 Aug 2014 14:50:39 -0700 Subject: [PATCH] syntax highlighting --- README.md | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) 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