Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
rmberrios committed Jul 12, 2017
1 parent bcf54c8 commit 15bb495
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,7 @@ By default your skill will have the following environments:
- staging
- production

What environment you're is determined in the ``config/env.js`` module using the following code:

.. literalinclude:: ../samples/starterKit/config/env.js
What environment you're is determined in the ``config/env.js`` module.

## skill

Expand Down Expand Up @@ -168,7 +166,9 @@ A gulp runner configured with a watch task that starts your express server and l

The serverless framework is a tool that helps you manage your lambda applications, assuming you have your AWS credentials setup properly this starter kit defines the very minimum needed so you can deploy your skill to lambda with the following command:

$ sls deploy
```
$ sls deploy
```

## Running the project
---------------------
Expand Down

0 comments on commit 15bb495

Please sign in to comment.