Skip to content

Commit 5a240c3

Browse files
committed
1.0.1 update readme
1 parent 85b84cf commit 5a240c3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ npm install --save @onenorth/keystone-hosting
1414

1515
```js
1616
var keystone = require('keystone');
17-
var hosting = require('onenorth-keystone-hosting');
17+
var hosting = require('@onenorth/keystone-hosting');
1818
...
1919
keystone.init({
2020
...
@@ -50,7 +50,7 @@ LOG41N_PATH={application path}
5050

5151
```js
5252
var keystone = require('keystone');
53-
var hosting = require('onenorth-keystone-hosting');
53+
var hosting = require('@onenorth/keystone-hosting');
5454
...
5555
keystone.init({
5656
...

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@onenorth/keystone-hosting",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "One North KeystoneJS Hosting",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)