From f56d9974d4ea34efb272966654bceb56c76e5a6e Mon Sep 17 00:00:00 2001 From: Anton Djurasaj Date: Sun, 25 Jan 2015 13:16:35 -0500 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d771ee4..8c78915 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ server.register([ ``` # Options -- ```knex``` [Knex Confuration Object](http://knexjs.org/#Installation-client) +- ```knex``` [Knex Configuration Object](http://knexjs.org/#Installation-client) - ```plugins``` [Bookshelf.js Plugins](http://bookshelfjs.org/#Plugins) the _registry_ plugin is required - ```models``` directory where you Bookshelf.js models are defined - ```base``` (optional) function that applies the Bookshelf.js [extend method](http://bookshelfjs.org/#Model-extend) and returns the extended model, example below.