Skip to content

Commit

Permalink
docs(examples/with-emotion-swc): update readme (#36197)
Browse files Browse the repository at this point in the history
This PR fixes the wrong path to creating an app using the `with-emotion-swc` example.

## Bug

- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Errors have helpful link attached, see `contributing.md`

## Feature

- [ ] Implements an existing feature request or RFC. Make sure the feature request has been accepted for implementation before opening a PR.
- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Documentation added
- [ ] Telemetry added. In case of a feature if it's used or not.
- [ ] Errors have helpful link attached, see `contributing.md`

## Documentation / Examples

- [x] Make sure the linting passes by running `yarn lint`
  • Loading branch information
bart-krakowski committed Apr 15, 2022
1 parent 9c68aa7 commit 90d30cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/with-emotion-swc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ Deploy the example using [Vercel](https://vercel.com?utm_source=github&utm_mediu
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 with-emotion with-emotion-app
npx create-next-app --example with-emotion-swc with-emotion-swc-app
# or
yarn create next-app --example with-emotion with-emotion-app
yarn create next-app --example with-emotion-swc with-emotion-swc-app
# or
pnpm create next-app -- --example with-emotion with-emotion-app
pnpm create next-app -- --example with-emotion-swc with-emotion-swc-app
```

Deploy it to the cloud with [Vercel](https://vercel.com/new?utm_source=github&utm_medium=readme&utm_campaign=next-example) ([Documentation](https://nextjs.org/docs/deployment)).

0 comments on commit 90d30cd

Please sign in to comment.