mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
Update wording
This commit is contained in:
parent
45b7c3178a
commit
6dbb6061fa
@ -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.
|
||||
|
||||
To deploy a service, first 'cd' into the relevant service directory:
|
||||
To deploy a service, first `cd` into the relevant service directory:
|
||||
|
||||
```bash
|
||||
cd myService
|
||||
cd my-service
|
||||
```
|
||||
|
||||
Then use the `deploy` command:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user