Skip to content

Commit

Permalink
correct a strange backtick and a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
antograssiot committed Jan 9, 2016
1 parent f8001ed commit 3e00380
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 @@ -264,8 +264,8 @@ If no length is specified, lengths for certain columns are defaulted:

### Seeding your database

As of 1.5.5, you can use the ``migrations`` shell to seed your database. This leverage the [Phinx library seed feature](http://docs.phinx.org/en/latest/seeding.html).
By default, seed files will be looked for in the ``config/Seeds`̀ directory of your application.
As of 1.5.5, you can use the ``migrations`` shell to seed your database. This leverages the [Phinx library seed feature](http://docs.phinx.org/en/latest/seeding.html).
By default, seed files will be looked for in the ``config/Seeds`` directory of your application.
Please make sure you follow [Phinx instructions to build your seed files](http://docs.phinx.org/en/latest/seeding.html#creating-a-new-seed-class).

As for migrations, a ``bake`` interface is provided for seed files:
Expand Down Expand Up @@ -304,4 +304,4 @@ bin/cake migrations seed --plugin PluginName
bin/cake migrations seed --connection connection
```

Be aware that, as opposed to migrations, seeders are not tracked, which means that the same seeder can be applied multiple times.
Be aware that, as opposed to migrations, seeders are not tracked, which means that the same seeder can be applied multiple times.

0 comments on commit 3e00380

Please sign in to comment.