oopsx 1.5.0 → 1.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +9 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -12,7 +12,15 @@ Restart your terminal. Every failed command now plays a sound.
12
12
 
13
13
  ## Custom sound
14
14
 
15
- Pick any sound from [myinstants.com](https://www.myinstants.com) and set it as your error sound:
15
+ 1. Go to [myinstants.com](https://www.myinstants.com) and search for any meme sound
16
+ 2. Open the sound page and copy the URL from your browser's address bar
17
+ 3. Run:
18
+
19
+ ```bash
20
+ oopsx instant <paste-url-here>
21
+ ```
22
+
23
+ Example:
16
24
 
17
25
  ```bash
18
26
  oopsx instant https://www.myinstants.com/en/instant/bruh-sound-effect-26614/
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oopsx",
3
- "version": "1.5.0",
3
+ "version": "1.5.1",
4
4
  "description": "Play a meme sound when your terminal command fails",
5
5
  "type": "module",
6
6
  "bin": {