Skip to content

Commit

Permalink
docs: Knative QuickStart Docs Typo Fix (#8224)
Browse files Browse the repository at this point in the history
  • Loading branch information
bttnns committed Sep 14, 2020
1 parent 4af57a5 commit 05627d6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/providers/knative/guide/quick-start.md
Expand Up @@ -59,17 +59,18 @@ Now that you’ve completed your setup, let’s create and deploy a serverless S

1. Use the Serverless Framework open-source CLI to create a new Service with `knative-docker`template.

````sh
```sh
# Create a new Serverless service/project
$ serverless create --template knative-docker --path my-service
```

2. Install the dependencies

```sh
# Change into the newly created directory
$ cd my-service
$ npm install
````
```

### Set up Knative

Expand Down

0 comments on commit 05627d6

Please sign in to comment.