Merge pull request #59 from bfitzsimmons/patch-1

Fixes typos.
This commit is contained in:
Matthias Kadenbach 2016-12-21 20:44:14 -08:00 committed by GitHub
commit b4d9b6ae24
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# PostgreSQL Driver
* Runs migrations in transcations.
That means that if a migration failes, it will be safely rolled back.
* Runs migrations in transactions.
That means that if a migration fails, it will be safely rolled back.
* Tries to return helpful error messages.
* Stores migration version details in table ``schema_migrations``.
This table will be auto-generated.