From 5c03fee4267a39f951ec29ca5d03f11664439c1a Mon Sep 17 00:00:00 2001 From: Faldrian Date: Sat, 24 Aug 2013 11:51:38 +0200 Subject: [PATCH] Made the example in the README.md work. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e7e4cd7..e77a0bf 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ You only need two objects to do this: `Stream()` and `Connection()`. ... username='foo', ... password='bar') >>> c.login() - >>> stream = diaspy.models.Stream(c) + >>> stream = diaspy.streams.Stream(c) >>> stream.post('Your first post') -- 2.25.1