Skip to content

Commit 56bbdc1

Browse files
committed
modified: README.md
1 parent 8de078b commit 56bbdc1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ The composable returns an object with the following properties:
8181

8282
```bash
8383

84-
npm i @vues3/flat-json-tree
84+
npm i @vuebro/flat-json-tree
8585

8686
```
8787

@@ -100,7 +100,7 @@ Assume we have a tree structure with elements like:
100100
### Example using `useFlatJsonTree` composable
101101

102102
```js
103-
import useFlatJsonTree from "@vues3/flat-json-tree";
103+
import useFlatJsonTree from "@vuebro/flat-json-tree";
104104

105105
const tree = [
106106
{
@@ -325,7 +325,7 @@ As a result, the objects named "1.2.5" and "1.2.6" have swapped positions:
325325

326326
> [!NOTE]
327327
>
328-
> <img src="https://vues3.ru/images/drakkar.svg" width="250"/>
328+
> <img src="https://vuebro.ru/images/drakkar.svg" width="250"/>
329329
>
330330
> Made on the shores of the Baltic Sea
331331

0 commit comments

Comments
 (0)