Skip to content

Commit

Permalink
Merge pull request #127 from galvao/master
Browse files Browse the repository at this point in the history
Fixing a mistake on the README
  • Loading branch information
davedevelopment authored Sep 6, 2017
2 parents 2a0f1d1 + bfd711f commit 93882bf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,7 @@ $container['phpmig.migrations_path'] = __DIR__ . DIRECTORY_SEPARATOR . 'migratio
return $container;
```

Unfortunately Zend Framework does not have a Database Abstraction Layer and
setting up migrations requires couple additional steps. You first need to prepare
Setting up migrations with Zend Framework requires a couple additional steps. You first need to prepare
the configuration. It might be in any format supported by Zend_Config. Here is an
example in YAML for MySQL:

Expand Down

0 comments on commit 93882bf

Please sign in to comment.