diff --git a/README.md b/README.md index bd15346..70bc2c1 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ docpadConfig = { api: baseApiUrl: '/APIURLTEST' source: [ - uri: 'api/api-test.js' + file: 'api/api-test.js' ] } @@ -85,5 +85,3 @@ and licensed under: - The incredibly [permissive](http://en.wikipedia.org/wiki/Permissive_free_software_licence) [MIT License](http://opensource.org/licenses/mit-license.php) - - diff --git a/package.json b/package.json index 028351d..764f95e 100644 --- a/package.json +++ b/package.json @@ -3,9 +3,7 @@ "version": "2.1.0", "description": "DocPad plugin that inyects your custom REST api inside a site built with Docpad.", "homepage": "https://github.com/univunix/docpad-plugin-api", - "license": { - "type": "MIT" - }, + "license": "MIT", "keywords": [ "docpad", "docpad-plugin",