diff --git a/README.md b/README.md index 47c7dfe8..a8d8b309 100644 --- a/README.md +++ b/README.md @@ -1072,7 +1072,7 @@ require 'paper_trail/frameworks/rspec' ## Testing PaperTrail -Paper Trail has facilities to test aganist Postgres, Mysql and SQLite. To switch between DB engines you will need to export the DB Variable for the engine you wish to test aganist. +Paper Trail has facilities to test against Postgres, Mysql and SQLite. To switch between DB engines you will need to export the DB variable for the engine you wish to test aganist. Though be aware we do not have the abilty to create the db's (except sqlite) for you. You can look at .travis.yml before_script for an example of how to create the db's needed.