X-Git-Url: https://git.jsancho.org/?p=datasette-connectors.git;a=blobdiff_plain;f=README.md;fp=README.md;h=56eda50474831b6a3134a2536bdf0e4cafa6a0e4;hp=bdfc0b89b29c59eb6232563cc2a5e2caadfcf5fe;hb=8f9efbfc3af5b26bda1dcc61b1217ecc5105bc5d;hpb=f8c5aa51ea77d68402b756de49c64b711c90e178 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.