Skip to content

Commit

Permalink
Merge pull request #6 from PrasanthYT/version-1.2.0
Browse files Browse the repository at this point in the history
README file updated
  • Loading branch information
PrasanthYT authored Apr 1, 2024
2 parents 7e3173f + 3a3ba64 commit 217f725
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ You can install the Podkast Audio Player library via npm:
npm install podkast-audio-player
```

Or you can install via yarn

``` bash
yarn add podkast-audio-player
```

## Usage

To use the PodKast Audio Player component in your React application, simply import it and pass the necessary props:
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": "podkast-audio-player",
"version": "1.3.0",
"version": "1.4.0",
"description": "PodKast Audio Player is a customizable React component for playing audio files with a user-friendly interface. It provides features like play/pause, volume control, skip forward/backward, loop, shuffle, and progress tracking.",
"main": "dist/AudioPlayer.js",
"scripts": {
Expand Down

0 comments on commit 217f725

Please sign in to comment.