Skip to content

Commit

Permalink
feat: fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
PrantaDas committed Aug 24, 2024
1 parent 47f6dc3 commit 7375789
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ A TypeScript SDK for accessing various resources related to the Quran, including
To install the SDK, use npm or yarn or pnpm:

```bash
npm install Al-Quran-Js
npm install al-quran-sdk
# or
yarn add Al-Quran-Js
yarn add al-quran-sdk
# or
pnpm install Al-Quran-Js
pnpm install al-quran-sdk
```

## API Documentation
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "al-quran-sdk",
"version": "1.0.0",
"version": "1.0.1",
"description": "An API wrapper for Quran on top of quran.com",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 7375789

Please sign in to comment.