Skip to content

Commit efba0a2

Browse files
committed
docs(example): update README
Replaces `npm` → `pnpm`.
1 parent 8df6807 commit efba0a2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

example/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ Please replace `<Your Mapbox Access Token Here>` with your Mapbox access token.
3333
### Resolving dependencies
3434

3535
```sh
36-
npm install
36+
pnpm install --frozen-lockfile
3737
```
3838

3939
### Running the example on a dev server
4040

4141
```sh
42-
npm run dev
42+
pnpm dev
4343
```
4444

4545
A dev server will be hosted on http://localhost:5173.

example/README_ja.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ export const MAPBOX_ACCESS_TOKEN = '<Your Mapbox Access Token Here>';
3333
### 依存関係を解決する
3434

3535
```sh
36-
npm install
36+
pnpm install --frozen-lockfile
3737
```
3838

3939
### 開発サーバーでサンプルを動かす
4040

4141
```sh
42-
npm run dev
42+
pnpm dev
4343
```
4444

4545
開発サーバーは http://localhost:5173 でホストされます。

0 commit comments

Comments
 (0)