Skip to content

Commit

Permalink
Fix readme on getting started (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
makluganteng authored Apr 18, 2023
1 parent ac9c69c commit 328d2b9
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 @@ -11,11 +11,11 @@ IDKit is the new toolkit for identity online. With IDKit you can easily interact
Integration is very straightforward. Follow the relevant steps below.

```bash
yarn add idkit
yarn add @worldcoin/idkit
# or
npm install idkit
npm i @worldcoin/idkit
# or
pnpm install idkit
pnpm install @worldcoin/idkit
```

```jsx
Expand Down

1 comment on commit 328d2b9

@vercel
Copy link

@vercel vercel bot commented on 328d2b9 Apr 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.