From: Javier Sancho <jsf@jsancho.org>
Date: Sat, 28 Nov 2020 14:51:18 +0000 (+0100)
Subject: Update README
X-Git-Url: https://git.jsancho.org/?a=commitdiff_plain;h=8f9efbfc3af5b26bda1dcc61b1217ecc5105bc5d;p=datasette-connectors.git

Update README
---

diff --git a/README.md b/README.md
index bdfc0b8..56eda50 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ This will start a web server on port 8001; then you can access to your data visi
 Or you can use Datasette in your own Python programs:
 
     from datasette_connectors import monkey; monkey.patch_datasette()
-    from datasette_connectors import connectors; connectors.load()
+    from datasette_connectors.connectors import ConnectorList; ConnectorList.load()
 
 For that, you need to patch the original Datasette and load the external connectors.