Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Sibiryov committed Jul 26, 2013
1 parent 9b7b6ab commit 3502b27
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 @@ -56,7 +56,7 @@ def process(value):
return len(value)

def handle(request, response):
key = yield request
key = yield request.read()
value = yield storage.read("collection", key)

response.write(process(value))
Expand Down

0 comments on commit 3502b27

Please sign in to comment.