Update wording

This commit is contained in:
Philipp Muens 2017-08-15 16:00:13 +02:00
parent 45b7c3178a
commit 6dbb6061fa

View File

@ -160,10 +160,10 @@ Create this file and add event data so you can invoke your function with the dat
When you deploy a Service, all of the Functions, Events and Resources in your `serverless.yml` are translated to an AWS CloudFormation template and deployed as a single CloudFormation stack. When you deploy a Service, all of the Functions, Events and Resources in your `serverless.yml` are translated to an AWS CloudFormation template and deployed as a single CloudFormation stack.
To deploy a service, first 'cd' into the relevant service directory: To deploy a service, first `cd` into the relevant service directory:
```bash ```bash
cd myService cd my-service
``` ```
Then use the `deploy` command: Then use the `deploy` command: