Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: updated README to use add @latest to npx create-remix command #98

Merged
merged 1 commit into from
Mar 2, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Welcome to the Netlify Remix Template project.
To use the template, run

```bash
npx create-remix --template netlify/remix-template
npx create-remix@latest --template netlify/remix-template
```

This project includes:
Expand All @@ -24,7 +24,7 @@ If you're new to Remix stacks and the remix.init concept, see the official [Remi
Run

```bash
npx create-remix --template ./
npx create-remix@latest --template ./
```

to test your changes to the template. Follow the steps the Remix CLI prompts you with to create a new project. Ensure to test for both the Netlify Functions template and the Netlify Edge Functions template.