Skip to content

Commit 46d9071

Browse files
committed
Fixed README
1 parent 017613a commit 46d9071

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ docpadConfig = {
5555
api:
5656
baseApiUrl: '/APIURLTEST'
5757
source: [
58-
uri: 'api/api-test.js'
58+
file: 'api/api-test.js'
5959
]
6060
}
6161

@@ -85,5 +85,3 @@ and licensed under:
8585
- The incredibly [permissive](http://en.wikipedia.org/wiki/Permissive_free_software_licence) [MIT License](http://opensource.org/licenses/mit-license.php)
8686

8787
<!-- /LICENSE -->
88-
89-

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33
"version": "2.1.0",
44
"description": "DocPad plugin that inyects your custom REST api inside a site built with Docpad.",
55
"homepage": "https://github.com/univunix/docpad-plugin-api",
6-
"license": {
7-
"type": "MIT"
8-
},
6+
"license": "MIT",
97
"keywords": [
108
"docpad",
119
"docpad-plugin",

0 commit comments

Comments
 (0)