Skip to content

Commit

Permalink
Fixed create-sst commands
Browse files Browse the repository at this point in the history
  • Loading branch information
fwang committed Jun 29, 2022
1 parent e9de466 commit 4bf0138
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _chapters/create-an-sst-app.md
Expand Up @@ -14,7 +14,7 @@ Now that we understand what _infrastructure as code_ is, we are ready to create
{%change%} Run the following in your working directory.

```bash
$ npm init sst javascript-starter notes
$ npx create-sst@latest --template=starters/javascript-starter notes
$ cd notes
$ npm install
```
Expand Down
Expand Up @@ -76,7 +76,7 @@ There are a couple of key parts to this. So let's look at it in detail.
We'll start by creating a new SST app.

```bash
$ npm init sst javascript-starter social-cards
$ npx create-sst@latest --template=starters/javascript-starter social-cards
$ cd social-cards
```

Expand Down
2 changes: 1 addition & 1 deletion resources/serverless-framework-vs-sst.md
Expand Up @@ -164,7 +164,7 @@ Next, let's look at in detail how SST allows you to test your serverless apps lo
{%change%} Let's start by using the VS Code example.

```bash
$ npm init serverless-stack --example vscode
$ npx create-sst@latest --template=examples/vscode vscode
$ cd vscode
```

Expand Down

0 comments on commit 4bf0138

Please sign in to comment.