Skip to content

Commit d5985b8

Browse files
2 parents 59bb5d3 + b15f193 commit d5985b8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README_Notebook.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,18 +57,18 @@ To manage the DB you can use tools like Fauxton: http://couchdb.apache.org/fauxt
5757

5858
To avoid Cross-Origin Resource Sharing (CORS) on remote servers connections please config your CORS settings and add your domain. For instance on Cloudant:
5959

60-
![CORS](https://www.dropbox.com/s/zwtin8zxcx3omev/cors1.png?dl=0)
60+
![cors1](https://user-images.githubusercontent.com/18453600/32687056-667b3fc6-c681-11e7-8cd5-39e000dd816c.png)
6161

6262
You have to create a database for the app and then create an user or API Key to grant database permissions for writing/reading it.
6363

64-
![CORS](https://www.dropbox.com/s/do5twl9ksoq2d5y/cors2.png?dl=0)
64+
![cors2](https://user-images.githubusercontent.com/18453600/32687060-96725142-c681-11e7-96fe-b9d298ad294c.png)
6565

66-
if you have the LocalStorage plugin enabled you have to remove its call from index.html and replace it for the CouchDB plugin.
66+
If you have the LocalStorage plugin enabled remove its call from index.html and replace it for the CouchDB plugin.
6767

68-
After that you have to copy the url of your DB and paste it as an argument of the CouchDB plugin call:
68+
After that copy the url of your DB and paste it as an argument of the CouchDB plugin call:
6969
```javascript
7070
openmct.install(openmct.plugins.CouchDB('CouchDB-host/database-name'))
7171
```
7272

73-
Any config issue you can refer to CouchDB http://docs.couchdb.org/en/2.1.1/.
73+
Any config issue you can refer to CouchDB docs http://docs.couchdb.org/en/2.1.1/.
7474

0 commit comments

Comments
 (0)