#89 updated readme

This commit is contained in:
Denys Vuika 2016-05-26 10:24:44 +01:00
parent ffa16037c9
commit 0600fc6491
2 changed files with 9 additions and 1 deletions

View File

@ -6,6 +6,14 @@ Install:
npm install
```
Set authentication token value in the `index.html`
```html
<script>
localStorage.setItem('token', '<AUTH-TOKEN>');
</script>
```
Run the project:
```

View File

@ -26,7 +26,7 @@
<script src="node_modules/alfresco-core-rest-api/bundle.js"></script>
<script>
localStorage.setItem('token', 'TICKET_c9c419c7b7f56be3e5ab5f05ae805cd62cb3800e');
localStorage.setItem('token', '<AUTH-TOKEN>');
</script>
<script>