Update Nested Commands code block to match example

This commit is contained in:
marcusmolchany 2017-03-21 08:10:12 -07:00
parent 347757f636
commit f0e66aa898

View File

@ -156,7 +156,7 @@ module.exports = Deploy;
### Nesting Commands
You can also nest commands, e.g. if you want to provide a command `serverless deploy single`. Those nested commands have their own lifecycle events and do not inherit them from their parents.
You can also nest commands, e.g. if you want to provide a command `serverless deploy function`. Those nested commands have their own lifecycle events and do not inherit them from their parents.
```javascript
'use strict';