Skip to content

Commit

Permalink
added @latest
Browse files Browse the repository at this point in the history
  • Loading branch information
pr4j3sh committed Nov 5, 2024
1 parent 0f5095f commit afbd51b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This is Vanilla JavaScript + Tailwind CSS template.
Use this template via `@pr4j3sh/frames`:

```bash
npm create @pr4j3sh/frames js-tw myapp
npm create @pr4j3sh/frames@latest js-tw myapp
```

> You can replace `myapp` with the choice of your name.
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</article>
<article>
<p>Use this template via <code>@pr4j3sh/frames</code></p>
<pre><code>npm create @pr4j3sh/frames js-tw myapp</code></pre>
<pre><code>npm create @pr4j3sh/frames@latest js-tw myapp</code></pre>
<blockquote>
You can replace <code>myapp</code> with the choice of your name.
</blockquote>
Expand Down

0 comments on commit afbd51b

Please sign in to comment.