Skip to content

Commit

Permalink
Updated service name
Browse files Browse the repository at this point in the history
  • Loading branch information
germanattanasio committed May 18, 2016
1 parent af851ed commit f1ea4e3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Give it a try! Click the button below to fork into IBM DevOps Services and deplo
```none
applications:
- services:
- tone-analyzer-service
- tone-analyzer-standard
name: <application-name>
command: npm start
path: .
Expand All @@ -46,7 +46,7 @@ applications:
5. Create the Tone Analyzer Service in Bluemix

```sh
$ cf create-service tone_analyzer standard tone-analyzer-service
$ cf create-service tone_analyzer standard tone-analyzer-standard
```

6. Push it live!
Expand All @@ -61,7 +61,7 @@ See the full [Getting Started][getting_started] documentation for more details,

The application uses [Node.js](http://nodejs.org/) and [npm](https://www.npmjs.com/).

1. Copy the credentials from your `tone-analyzer-service` service in Bluemix to `app.js`. To see the credentials, use:
1. Copy the credentials from your `tone-analyzer-standard` service in Bluemix to `app.js`. To see the credentials, use:

```sh
$ cf env <application-name>
Expand All @@ -78,7 +78,7 @@ See the full [Getting Started][getting_started] documentation for more details,
"username": "<username>"
},
"label": "tone_analyzer",
"name": "tone-analyzer-service",
"name": "tone-analyzer-standard",
"plan": "standard"
}]
}
Expand Down
4 changes: 2 additions & 2 deletions manifest.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
declared-services:
tone-analyzer-service:
tone-analyzer-standard:
label: tone_analyzer
plan: standard
applications:
- services:
- tone-analyzer-service
- tone-analyzer-standard
name: tone-analyzer-demo
command: npm start
path: .
Expand Down

0 comments on commit f1ea4e3

Please sign in to comment.