Tests updated for new lang-fetching
[diaspy.git] / README.md
index e7e4cd7fa200a8452cb003ccb90c529225c9a055..e77a0bf8f92805a70eccadeaeaf4ae77c51b5172 100644 (file)
--- 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')