Skip to content

Commit

Permalink
docs: Update package name
Browse files Browse the repository at this point in the history
  • Loading branch information
jokelbaf committed Sep 20, 2024
1 parent b1c41b3 commit 3fd5b13
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,19 @@ Install the library with tool of your choice!
#### npm

```bash
npm i hanime
npm i @nekolab/hanime
```

#### pnpm

```bash
pnpm i hanime
pnpm i @nekolab/hanime
```

#### yarn

```bash
yarn add hanime
yarn add @nekolab/hanime
```

## Usage
Expand Down
6 changes: 3 additions & 3 deletions docs/docs/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ Get started by **installing hanime** as your project dependency:

<Tabs>
<TabItem value="npm" label="npm" default>
```bash npm i hanime ```
```bash npm i @nekolab/hanime ```
</TabItem>
<TabItem value="yarn" label="yarn" default>
```bash yarn add hanime ```
```bash yarn add @nekolab/hanime ```
</TabItem>
<TabItem value="pnpm" label="pnpm" default>
```bash pnpm i hanime ```
```bash pnpm i @nekolab/hanime ```
</TabItem>
</Tabs>

Expand Down

0 comments on commit 3fd5b13

Please sign in to comment.