Skip to content

Commit 9d2fa33

Browse files
author
Robert F. Dickerson
authored
Update README.md
1 parent 8bbc273 commit 9d2fa33

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,10 @@ Quick start:
7777
9. Click on the blue button `Add New Credential` and add a new credential.
7878
7979
10. Push design to Bluemix using
80-
```
81-
curl -u "'bluemixServiceUserName':'bluemixServicePassword'" -X PUT 'bluemixServiceURL'/todolist/_design/'databaseName' --data-binary @'designFileName'
82-
```
80+
```
81+
curl -u "'bluemixServiceUserName':'bluemixServicePassword'" -X PUT 'bluemixServiceURL'/todolist/_design/'databaseName' --data-binary @'designFileName'
82+
```
83+
8384
- 'bluemixServiceUserName', 'bluemixServicePassword', and 'bluemixServiceURL' come from the credential made in step 9
8485
- 'databaseName' comes from the database made in step 6
8586
- 'designFileName' comes from the design file made in step 7

0 commit comments

Comments
 (0)