Skip to content

Commit

Permalink
Updated example name (#25428)
Browse files Browse the repository at this point in the history
## Bug

- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added

## 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.

## Documentation / Examples

- [ ] Make sure the linting passes
  • Loading branch information
kahy9 committed May 24, 2021
1 parent 4f32a03 commit f29dfe2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/with-nhost-auth-realtime-graphql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ Once you have created a Nhost project and have access to [the environment variab
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 nhost nhost-app
npx create-next-app --example with-nhost-auth-realtime-graphql nhost-app
# or
yarn create next-app --example nhost nhost-app
yarn create next-app --example with-nhost-auth-realtime-graphql nhost-app
```

## Configuration
Expand Down

1 comment on commit f29dfe2

@krystxf
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❤❤❤

Please sign in to comment.