diff --git a/README.md b/README.md index f899f1c2..ff018595 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/assets/player/README.md b/assets/player/README.md index 6d4f42be..cd396d8e 100644 --- a/assets/player/README.md +++ b/assets/player/README.md @@ -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.