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