From 293db24c88dddb41ac69918b9af7ae2a7520624f Mon Sep 17 00:00:00 2001 From: abba23 Date: Sat, 1 May 2021 15:17:58 +0200 Subject: [PATCH] Fix typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1507e18..96a80ca 100644 --- a/README.md +++ b/README.md @@ -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.