We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ed869a commit d021b52Copy full SHA for d021b52
README.md
@@ -15,8 +15,10 @@ Highly experimental.
15
To instantiate a sharedb-postgres wrapper, invoke the module and pass in your
16
PostgreSQL configuration as an argument. For example:
17
18
- var db = require('sharedb-postgres')('postgres://localhost/mydb');
19
- var backend = require('sharedb')({db: db})
+```js
+var db = require('sharedb-postgres')('postgres://localhost/mydb');
20
+var backend = require('sharedb')({db: db})
21
+```
22
23
## Error codes
24
0 commit comments