Skip to content

Commit

Permalink
small readme markdown fix
Browse files Browse the repository at this point in the history
  • Loading branch information
neontomo committed Feb 23, 2025
1 parent 56278ad commit 9790600
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 2 additions & 0 deletions extensions/slowed-reverb/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ compiled_raycast_swift

# misc
.DS_Store

dist/**
4 changes: 2 additions & 2 deletions extensions/slowed-reverb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ This extension allows you to slow down or speed up songs that you have stored lo

Here are the options available:

- **Slowed + Reverb**: Slows down the song by a factor of 0.8 + reverb.
- **Slowed + Reverb**: Slows down the song by a factor of `0.8` + `reverb`.
- **Slowed**: Slows down the song by a factor of `0.8`.
- **Reverb**: Adds reverb to the song.
- **Reverb**: Adds `reverb` to the song.
- **Nightcore**: Speeds up the song by a factor of `1.2`.

## Installation
Expand Down
3 changes: 2 additions & 1 deletion extensions/slowed-reverb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,8 @@
],
"dependencies": {
"@raycast/api": "^1.92.1",
"@raycast/utils": "^1.17.0"
"@raycast/utils": "^1.17.0",
"@types/node": "20.8.10"
},
"devDependencies": {
"@raycast/eslint-config": "^1.0.11",
Expand Down

0 comments on commit 9790600

Please sign in to comment.