Skip to content

Commit

Permalink
docs: npm create esjs@latest
Browse files Browse the repository at this point in the history
  • Loading branch information
enzonotario committed Dec 29, 2023
1 parent 38863e1 commit b3ddab6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/.vitepress/theme/components/index/Quickstart.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</h3>
<section class="flex flex-col justify-center items-center gap-10 my-6">
<code class="text-indigo-500 font-mono font-medium text-lg bg-indigo-200/25 dark:bg-indigo-500/20 px-6 py-2.5 rounded-full">
npm create esjs
npm create esjs@latest
</code>
<aside class="flex gap-4">
<a class="action primary" href="/introduccion">
Expand Down
8 changes: 4 additions & 4 deletions src/primeros-pasos.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,19 @@ La forma más fácil de crear un proyecto EsJS es utilizando el siguiente comand
::: code-group

```bash[npm]
npm create esjs
npm create esjs@latest
```

```bash[pnpm]
pnpm create esjs
pnpm create esjs@latest
```

```bash[yarn]
yarn create esjs
yarn create esjs@latest
```

```bash[bun]
bun create esjs
bun create esjs@latest
```

:::
Expand Down

0 comments on commit b3ddab6

Please sign in to comment.