diff --git a/README.md b/README.md index de7f5a37..313aac71 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,9 @@ serve(app, model, [options]) * prefix - Some path that will be prefixed to the REST path. Defaults to ```/api``` * version - An API version that will be prefixed to the rest path. Defaults to ```v1``` * middleware - An express middleware or an array of express middlewares that will be used. + +## Contributors +* Enric León (https://github.com/nothingbuttumbleweed) ## Formalia diff --git a/package.json b/package.json index 4ea4c03f..07b163ec 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "express-restify-mongoose", "description": "Easily restify mongoose database", - "version": "0.0.6", + "version": "0.0.7", "author": { "name": "Florian Holzapfel", "email": "flo.holzapfel@gmail.com" @@ -9,8 +9,8 @@ "homepage": "https://github.com/florianholzapfel/express-restify-mongoose", "licenses": [ { - "type": "Apache License 2.0", - "url": "https://www.apache.org/licenses/LICENSE-2.0.html" + "type": "The MIT License (MIT)", + "url": "http://opensource.org/licenses/MIT" } ], "repository": {