Skip to content

Commit 89f7386

Browse files
committed
docs: update README regarding package scope
1 parent 26a672d commit 89f7386

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This library is intended to work with `mapbox-gl` version 2.x and 3.x.
1616
Please add this repository to your dependencies.
1717

1818
```sh
19-
npm install https://github.com/codemonger-io/mapbox-collision-boxes#v0.2.1
19+
npm install https://github.com/codemonger-io/mapbox-collision-boxes#v0.3.0
2020
```
2121

2222
### Usage
@@ -25,7 +25,7 @@ The following snippet is an example to collect features hidden by a clicked symb
2525

2626
```ts
2727
import mapboxgl from 'mapbox-gl';
28-
import { boxesIntersect, collectCollisionBoxesAndFeatures } from 'mapbox-collision-boxes';
28+
import { boxesIntersect, collectCollisionBoxesAndFeatures } from '@codemonger-io/mapbox-collision-boxes';
2929

3030
const map = new mapboxgl.Map(
3131
// ... initialize map

README_ja.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Mapboxマップ上の衝突ボックスを画面座標系で計算する、[Mapb
1616
このレポジトリを依存関係に追加してください。
1717

1818
```sh
19-
npm install https://github.com/codemonger-io/mapbox-collision-boxes#v0.2.1
19+
npm install https://github.com/codemonger-io/mapbox-collision-boxes#v0.3.0
2020
```
2121

2222
### 使い方
@@ -25,7 +25,7 @@ npm install https://github.com/codemonger-io/mapbox-collision-boxes#v0.2.1
2525

2626
```ts
2727
import mapboxgl from 'mapbox-gl';
28-
import { boxesIntersect, collectCollisionBoxesAndFeatures } from 'mapbox-collision-boxes';
28+
import { boxesIntersect, collectCollisionBoxesAndFeatures } from '@codemonger-io/mapbox-collision-boxes';
2929

3030
const map = new mapboxgl.Map(
3131
// ... マップの初期化

0 commit comments

Comments
 (0)