Skip to content

Commit 7a642bc

Browse files
author
Alireza
authored
Merge pull request #54 from developmentseed/kamicut-patch-1
Close #53
2 parents d11ddd0 + d120698 commit 7a642bc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ It makes it much easier to deploy lambda functions and create API gateway resour
6767
Go to your project directory and run the following command.
6868
6969
```bash
70-
$ npm init
70+
$ kes init
7171
```
7272
7373
This will create a `.kes` folder on your project folder. It will include the following files:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kes",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "Making deployment to AWS using CloudFormation easier and fun",
55
"scripts": {
66
"html-docs": "documentation build bin/cli.js -f html -o _docs --theme node_modules/documentation-devseed-theme",

0 commit comments

Comments
 (0)