Skip to content

Commit d021b52

Browse files
committed
Update README.md
1 parent 5ed869a commit d021b52

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,10 @@ Highly experimental.
1515
To instantiate a sharedb-postgres wrapper, invoke the module and pass in your
1616
PostgreSQL configuration as an argument. For example:
1717

18-
var db = require('sharedb-postgres')('postgres://localhost/mydb');
19-
var backend = require('sharedb')({db: db})
18+
```js
19+
var db = require('sharedb-postgres')('postgres://localhost/mydb');
20+
var backend = require('sharedb')({db: db})
21+
```
2022

2123
## Error codes
2224

0 commit comments

Comments
 (0)