diff --git a/README.md b/README.md index f0bda6d..82ff60b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# svelte-json-tree +# @sveltejs/svelte-json-tree -![version](https://img.shields.io/npm/v/svelte-json-tree?style=flat-square) ![MIT License](https://img.shields.io/npm/l/svelte-json-tree?style=flat-square) +![version](https://img.shields.io/npm/v/@sveltejs/svelte-json-tree?style=flat-square) ![MIT License](https://img.shields.io/npm/l/@sveltejs/svelte-json-tree?style=flat-square) ![svelte-json-tree](./images/screenshot.png) @@ -14,10 +14,10 @@ Use [npm](https://www.npmjs.com/) or [yarn](https://yarnpkg.com/lang/en) to inst ```sh # npm -npm install --save svelte-json-tree +npm install --save @sveltejs/svelte-json-tree # yarn -yarn add svelte-json-tree +yarn add @sveltejs/svelte-json-tree ``` ## Usage @@ -26,7 +26,7 @@ With Svelte: ```html