From 094c6492d43207e1c5f03d83e88365be4c957fc2 Mon Sep 17 00:00:00 2001 From: Greg Bayer Date: Sun, 13 Jan 2013 16:21:26 -0800 Subject: [PATCH] fixed type --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 62a885e..7b53ef8 100644 --- a/README.md +++ b/README.md @@ -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