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 77eb6e9 commit f2cf0c4Copy full SHA for f2cf0c4
README.md
@@ -297,7 +297,7 @@ $ npm test
297
298
### Custom Postgres approach
299
300
-1. Set up a database of your choice oin a postgres server of your choice
+1. Set up a database of your choice in a postgres server of your choice
301
2. Create the required table using
302
```sql
303
CREATE TABLE users(id serial PRIMARY KEY, username VARCHAR (50) NOT NULL);
0 commit comments