Skip to content

Commit

Permalink
Update README.md (gobuffalo#37)
Browse files Browse the repository at this point in the history
2 typos fixed
  • Loading branch information
fdonzello authored and markbates committed Mar 20, 2018
1 parent d11f917 commit d620a94
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ The `soda` command will generate Go models and, optionally, the associated migra
$ soda generate model user name:text email:text
```

Running this command with generate the following files:
Running this command will generate the following files:

```text
models/user.go
Expand Down Expand Up @@ -185,7 +185,7 @@ The `soda` command will generate SQL migrations (both the up and down) files for
$ soda generate fizz name_of_migration
```

Running this command with generate the following files:
Running this command will generate the following files:

```text
./migrations/20160815134952_name_of_migration.up.fizz
Expand All @@ -200,7 +200,7 @@ If you want to generate old fashion `.sql` files you can use the `-t` flag for t
$ soda generate sql name_of_migration
```

Running this command with generate the following files:
Running this command will generate the following files:

```text
./migrations/20160815134952_name_of_migration.up.sql
Expand Down

0 comments on commit d620a94

Please sign in to comment.