Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
iamgergo committed Oct 17, 2023
1 parent bb3d85e commit 4d54c87
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
## Installation

```sh
npm install conedevelopment/qkie
npm install @conedevelopment/qkie

# or

yarn add conedevelopment/qkie
yarn add @conedevelopment/qkie
```

## Usage

```js
import Cookie from 'conedevelopment/qkie';
import Cookie from '@conedevelopment/qkie';

const handler = new Cookie();
```
Expand Down

0 comments on commit 4d54c87

Please sign in to comment.