Skip to content
This repository has been archived by the owner on Mar 18, 2021. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
itsjoeconway authored Dec 1, 2016
1 parent 2a0362b commit e98d3c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ name: app
dependencies:
aqueduct: any
```
Create a table in `postgres://dart:dart@localhost:5432/dart_test` with the following:
Connect to `postgres://dart:dart@localhost:5432/dart_test` and create a table (with this exact name) just like this:

```sql
create table _note (id bigserial primary key, contents text);
Expand Down

0 comments on commit e98d3c0

Please sign in to comment.