diff --git a/README.md b/README.md index b98657d..dac890f 100644 --- a/README.md +++ b/README.md @@ -15,17 +15,17 @@ The `livewire-sortable` package uses Shopify's sortable package. We noticed some ### NPM ```bash -npm install livewire-sortablejs --save-dev +npm install @nextapps-be/livewire-sortablejs --save-dev ``` Import the package in your bundle: ```js -import 'livewire-sortablejs'; +import '@nextapps-be/livewire-sortablejs'; // or -require('livewire-sortablejs'); +require('@nextapps-be/livewire-sortablejs'); ``` ## Usage diff --git a/package.json b/package.json index 68853a2..838aa54 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "livewire-sortablejs", + "name": "@nextapps-be/livewire-sortablejs", "version": "0.1.0", "description": "Laravel Livewire plugin to use Sortable.js", "main": "src/index.js",