Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
isamert committed Jul 22, 2019
1 parent d6a190e commit 5947316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Patterns may also contain capture groups. You can use these capture groups in `#
``` scheme
(assoc
#:pattern "([0-9]+) - (.+)\.mp3"
#:program 'notify-send 'Playing track number %1' 'Track name: %2'; mpv %f")
#:program "notify-send 'Playing track number %1' 'Track name: %2'; mpv %f")
;; Suppose you called `jaro "02 - From Scythe to Sceptre.mp3"`,
;; It'll send a notification saying "Playing track number 2, Track name: From Scythe to Sceptre" then open it using mpv.
```
Expand Down

0 comments on commit 5947316

Please sign in to comment.