Skip to content

Commit cf527bd

Browse files
authored
Update README.md
1 parent 60a2ce2 commit cf527bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ When defining a property which will utilize the adapter it is required that a
1616

1717
```javascript
1818
const { model, adapter, obey, use } = require('modli')
19-
const postgres from require('modli-postgres')
19+
const postgres = require('modli-postgres')
2020

2121
model.add({
2222
name: 'foo',

0 commit comments

Comments
 (0)