Fix typo in readme

earne/nixos
abba23 2021-05-01 15:17:58 +02:00
parent fb8cfa38cd
commit 293db24c88
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# spotify-adblock
Spotify adblocker for Linux (macOS untested) that works by wrapping `getaddrinfo` and `cef_urlrequest_create`. It blocks requests to domains in the allowlist and URLs in the denylist.
Spotify adblocker for Linux (macOS untested) that works by wrapping `getaddrinfo` and `cef_urlrequest_create`. It blocks requests to domains that are not on the allowlist, as well as URLs that are on the denylist.
### Notes
* This does not work with the snap and Flatpak Spotify packages.