Skip to content

Commit 49614a5

Browse files
committed
Updated readme.md
1 parent 84077f8 commit 49614a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const aem = new AEM('http://localhost', 4502, 'admin', 'admin');
4040
const runner = function *() {
4141
const myNode = yield aem.createNode('/tmp/myNode');
4242

43-
yield myNode.activate;
43+
yield myNode.activate();
4444

4545
console.warn(`Created my node and activated it, yay, pub o'clock?`);
4646
}
@@ -53,8 +53,8 @@ remain "behind closed doors". You only want a node object to mess with or an err
5353
a lot more viable.~~
5454
1. Tests
5555
1. Economise on http requests where possible (Node#getProperties i'm looking at you...)
56-
1. Ability to lock and unlock nodes
56+
1. ~~Ability to lock and unlock nodes~~
5757

5858
## API
5959

60-
> HTML documentation can be [viewed here](https://cdn.rawgit.com/raininglemons/node-aem-api/3cae74082f172e62b5e70f5f0be94899038e4b8d/documentation/index.html)
60+
> HTML documentation can be [viewed here](https://cdn.rawgit.com/raininglemons/node-aem-api/lock-page/documentation/index.html)

0 commit comments

Comments
 (0)