Skip to content

Commit 8959f13

Browse files
committed
Fix bug in configuration sample
1 parent f5e59f2 commit 8959f13

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ For example, to take the break if your current window is Google Chrome regardles
159159
...
160160
"active_window_class": {
161161
"skip_break": [],
162-
"take_break": [`google-chrome`]
162+
"take_break": ["google-chrome"]
163163
},
164164
...
165165
```
@@ -168,8 +168,8 @@ Similarly, you can skip the break even if your current application is in normal
168168
```
169169
...
170170
"active_window_class": {
171-
"skip_break": [`vlc`],
172-
"take_break": [`google-chrome`]
171+
"skip_break": ["vlc"],
172+
"take_break": ["google-chrome"]
173173
},
174174
...
175175
```

0 commit comments

Comments
 (0)