Skip to content

Commit

Permalink
docs(*): change 'npm i' to 'npm install' (#1015)
Browse files Browse the repository at this point in the history
  • Loading branch information
sukvvon authored Dec 16, 2024
1 parent 18ffd53 commit e439b11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/introduction/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The Valtio API is minimal, flexible, unopinionated and a touch magical. Valtio's
#### Installation

```bash
npm i valtio
npm install valtio
```

#### The to-do app example
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<br />
<br />

<code>npm i valtio</code> makes proxy-state simple
<code>npm install valtio</code> makes proxy-state simple

[![Build Status](https://img.shields.io/github/actions/workflow/status/pmndrs/valtio/lint-and-type.yml?branch=main&style=flat&colorA=000000&colorB=000000)](https://github.com/pmndrs/valtio/actions?query=workflow%3ALint)
[![Build Size](https://img.shields.io/bundlephobia/minzip/valtio?label=bundle%20size&style=flat&colorA=000000&colorB=000000)](https://bundlephobia.com/result?p=valtio)
Expand Down

0 comments on commit e439b11

Please sign in to comment.