From 7d94d2a45fea3cbd81dc3763cf08539546dd4074 Mon Sep 17 00:00:00 2001 From: Robert Fletcher Date: Mon, 22 Dec 2014 12:36:47 -0600 Subject: [PATCH] typo fix in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.