Update README.md

This commit is contained in:
Eugenio Romano
2016-07-16 00:18:50 +01:00
committed by GitHub
parent 9b2717f0b5
commit 72a7237aeb

View File

@@ -56,7 +56,7 @@ the related [search results](#search-results) component which performs a query a
Add the following dependency to your index.html:
```html
<script src="node_modules/alfresco-js-api/bundle.js"></script>
<script src="node_modules/alfresco-js-api/dist/alfresco-js-api.js"></script>
```
The following component needs to be added to your systemjs.config:
@@ -377,4 +377,4 @@ The `demo` folder contains a complete app with both components running on a sing
cd demo
npm install
npm start
```
```