Skip to content

Commit

Permalink
fixed type
Browse files Browse the repository at this point in the history
  • Loading branch information
gregbayer committed Jan 14, 2013
1 parent 32e3a76 commit 094c649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ To add Livecount to your AppEngine project:
1. git clone git://github.com/gregbayer/gae-livecount.git
2. Add entries to your app.yaml and queue.yaml based on included files.
3. Copy the livecount directory into your appengine project
4. Include "from livecount import counter" at the top of you python file
4. Include "from livecount import counter" at the top of your python file
5. Call counter.load_and_increment_counter(...) as in example.py

# Performance and CAP tradeoffs
Expand Down

0 comments on commit 094c649

Please sign in to comment.