Skip to content

Commit f2cf0c4

Browse files
authored
fix typo (#156)
1 parent 77eb6e9 commit f2cf0c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ $ npm test
297297

298298
### Custom Postgres approach
299299

300-
1. Set up a database of your choice oin a postgres server of your choice
300+
1. Set up a database of your choice in a postgres server of your choice
301301
2. Create the required table using
302302
```sql
303303
CREATE TABLE users(id serial PRIMARY KEY, username VARCHAR (50) NOT NULL);

0 commit comments

Comments
 (0)