Skip to content

Commit

Permalink
update readm
Browse files Browse the repository at this point in the history
  • Loading branch information
RenaudRohlinger committed Oct 22, 2020
1 parent 89753ee commit 5b27d40
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
Usage (choose your stack, your app name and style library):

```bash
npx create-r3f-app <gatsby|next|cra|native> my-app <sass|styled>
npx create-r3f-app <next> my-app <sass|styled>
```

or

```bash
yarn create r3f-app <gatsby|next|cra|native> my-app <sass|styled>
yarn create r3f-app <next> my-app <sass|styled>
```

## Documentation

[documentation is available here](https://renaudrohlinger.github.io/create-r3f-app).
[https://renaudrohlinger.github.io/create-r3f-app](https://renaudrohlinger.github.io/create-r3f-app).
2 changes: 1 addition & 1 deletion lib/utils/messages.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ exports.help = function () {
return output.info(`Only ${chalk.green('<project-directory>')} is required.
If you have any problems, do not hesitate to file an issue:
${chalk.cyan('https://github.com/RenaudROHLINGER/create-r3f-starter/issues/new')}
${chalk.cyan('https://github.com/RenaudROHLINGER/create-r3f-app/issues/new')}
`);
};

Expand Down

0 comments on commit 5b27d40

Please sign in to comment.