Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,11 @@ This website is continuously monitored for:

```bash
# Clone the repository
git clone https://github.com/DavidKRK/DavidKRK.github.io.git
git clone https://github.com/DavidKRK/DavidKRK.github.io
cd DavidKRK.github.io

# Install dependencies
npm install
npm ci

# Build optimized assets
npm run build
Expand Down
2 changes: 1 addition & 1 deletion assets/player/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This example displays how to construct a basic audio player using howler.js as t

## How-To
1. Clone the git repo or download the source:
* **Clone:** `git clone https://github.com/goldfire/howler.js.git`
* **Clone:** `git clone https://github.com/goldfire/howler.js`
* **Download:** [https://codeload.github.com/goldfire/howler.js/zip/refs/heads/master](https://codeload.github.com/goldfire/howler.js/zip/refs/heads/master)
2. Open `index.html` in your favorite browser.

Expand Down
Loading