diff --git a/docs/introduction/getting-started.mdx b/docs/introduction/getting-started.mdx
index 72804133..13e74441 100644
--- a/docs/introduction/getting-started.mdx
+++ b/docs/introduction/getting-started.mdx
@@ -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
diff --git a/readme.md b/readme.md
index 5c7d6eb2..710a0671 100644
--- a/readme.md
+++ b/readme.md
@@ -2,7 +2,7 @@
-npm i valtio
makes proxy-state simple
+npm install valtio
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)