diff --git a/README.md b/README.md index 28726c1..ff2ad1c 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,11 @@ -mock-knex -========= +# mock-knex A mock knex adapter for simulating a database during testing, especially useful when used in combination with [fixture-factory](http://github.com/colonyamerican/fixture-factory). ## Knex Support -Currently supports knex 0.8 through 2.0 +Currently tested on knex 0.8 through 2.0, should operate on any version of knex but may have issues with untested releases. Please file an issue if you come across any issues. ## Installation