Skip to content

Commit 86c2ae1

Browse files
committed
update readme
1 parent f060c81 commit 86c2ae1

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
@@ -26,7 +26,7 @@
2626
Install the package via npm:
2727

2828
```bash
29-
npm install sequelize-shorten-url
29+
npm install @jsuyog2/sequelize-shorten-url
3030
```
3131

3232
## Usage
@@ -37,7 +37,7 @@ You can initialize the package by providing your Sequelize configuration or an e
3737

3838
```javascript
3939
const { Sequelize } = require('sequelize');
40-
const createShortener = require('sequelize-shorten-url');
40+
const createShortener = require('@jsuyog2/sequelize-shorten-url');
4141

4242
// Example: Using a Sequelize configuration object
4343
const sequelize = new Sequelize('database', 'username', 'password', {

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)