Skip to content

Commit

Permalink
fix directory name
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejch committed Aug 10, 2020
1 parent 2a805fa commit 3f3584d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/cms-kontent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ Once you have access to [the environment variables you'll need](#step-4-set-up-e
Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app) with [npm](https://docs.npmjs.com/cli/init) or [Yarn](https://yarnpkg.com/lang/en/docs/cli/create/) to bootstrap the example:

```bash
npx create-next-app --example blog-kontent blog-kontent-app
npx create-next-app --example blog-kontent cms-kontent-app
# or
yarn create next-app --example blog-kontent blog-kontent-app
yarn create next-app --example blog-kontent cms-kontent-app
```

### Download manually
Expand All @@ -46,7 +46,7 @@ Download the example:

```bash
curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/cms-kontent
cd cms-starter
cd cms-kontent
```

## Configuration
Expand Down Expand Up @@ -160,7 +160,7 @@ npm run dev

# or

yarn install
yarn
yarn dev
```

Expand Down

0 comments on commit 3f3584d

Please sign in to comment.