Skip to content

Commit 5947316

Browse files
committed
fix syntax
1 parent d6a190e commit 5947316

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Patterns may also contain capture groups. You can use these capture groups in `#
8181
``` scheme
8282
(assoc
8383
#:pattern "([0-9]+) - (.+)\.mp3"
84-
#:program 'notify-send 'Playing track number %1' 'Track name: %2'; mpv %f")
84+
#:program "notify-send 'Playing track number %1' 'Track name: %2'; mpv %f")
8585
;; Suppose you called `jaro "02 - From Scythe to Sceptre.mp3"`,
8686
;; It'll send a notification saying "Playing track number 2, Track name: From Scythe to Sceptre" then open it using mpv.
8787
```

0 commit comments

Comments
 (0)