diff --git a/README.md b/README.md index b1f6ef8..c22bd73 100644 --- a/README.md +++ b/README.md @@ -242,13 +242,12 @@ in-memory database. To override: %cozo_open , ``` -where `` can now be `'sqlite'`, `'rocksdb'` or `'mem'`. +where `` can now be `'http'`, `'sqlite'`, `'rocksdb'` or `'mem'`. To connect to a standalone server, use ``` -%cozo_host http://
: -%cozo_auth +%cozo_open 'http', '', {'host': 'http://127.0.0.1:9070', 'auth': ''} ``` where `` is optional if `
` is a loopback address.