Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert F. Dickerson authored Jul 8, 2016
1 parent 8bbc273 commit 9d2fa33
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,10 @@ Quick start:
9. Click on the blue button `Add New Credential` and add a new credential.
10. Push design to Bluemix using
```
curl -u "'bluemixServiceUserName':'bluemixServicePassword'" -X PUT 'bluemixServiceURL'/todolist/_design/'databaseName' --data-binary @'designFileName'
```
```
curl -u "'bluemixServiceUserName':'bluemixServicePassword'" -X PUT 'bluemixServiceURL'/todolist/_design/'databaseName' --data-binary @'designFileName'
```
- 'bluemixServiceUserName', 'bluemixServicePassword', and 'bluemixServiceURL' come from the credential made in step 9
- 'databaseName' comes from the database made in step 6
- 'designFileName' comes from the design file made in step 7
Expand Down

0 comments on commit 9d2fa33

Please sign in to comment.