diff --git a/README.md b/README.md index de51b1bf..67feaccc 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ Yes, since version 69. While the desktop version of Chromium has an option to di * baked-in adblock engine with filters from EasyList, EasyPrivacy and others * remove click-tracking and AMP from search results -* DNS-over-HTTPS support via Google, Cloudflare and Quad9 servers +* DNS-over-HTTPS support via Google, Cloudflare, Quad9 and AdGuard servers * [proxy configuration page](https://github.com/bromite/bromite/wiki/ProxyConfiguration) with PAC and custom proxy lists support * [StartPage](https://startpage.com/), [DuckDuckGo](https://duckduckgo.com/) and [Qwant](https://www.qwant.com/) search engines * chrome flags to disable custom intents and clear session on exit @@ -137,7 +137,7 @@ The [Bromite main repository](https://github.com/bromite/bromite) contains tags Please refer to [official Chromium build documentation](https://www.chromium.org/developers/how-tos/get-the-code) to get started on how to build Chromium; if you can build Chromium for Android, you can build Bromite. The GN args used to build Bromite are available here: [GN_ARGS](./GN_ARGS). -The patches are to be applied second the order specified in the `patches_list.txt` file (you can use `git am`); the big file `adblock_entries.h` (containing all the AdBlock filters) needs to be copied under `src/net/url_request/` +The patches are to be applied second the order specified in the `patches_list.txt` file (you can use `git am`); the big file `adblock_entries.h` (containing all the AdBlock filters) needs to be copied under `src/net/url_request/`. # Credits