Commit 9d2fa33 Robert F. Dickerson
authored
1 parent 8bbc273 commit 9d2fa33 Copy full SHA for 9d2fa33
File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -77,9 +77,10 @@ Quick start:
77
77
9. Click on the blue button `Add New Credential` and add a new credential.
78
78
79
79
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
+
83
84
- 'bluemixServiceUserName', 'bluemixServicePassword', and 'bluemixServiceURL' come from the credential made in step 9
84
85
- 'databaseName' comes from the database made in step 6
85
86
- 'designFileName' comes from the design file made in step 7
You can’t perform that action at this time.
0 commit comments