From af9c47c40ab23f354cd1cbf3a04ef664b9d992d0 Mon Sep 17 00:00:00 2001
From: Eugene Bujak
Date: Mon, 15 Oct 2018 22:04:38 +0300
Subject: [PATCH 1/2] README -- add acknowledgements and fix release badge
---
README.md | 19 ++++++++++++++++++-
1 file changed, 18 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index f95b3a26..44e500ff 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@
-
+
@@ -146,3 +146,20 @@ You are welcome to fork this repository, make your changes and submit a pull req
## Reporting issues
If you run into any problem or have a suggestion, head to [this page](https://github.com/AdguardTeam/AdGuardHome/issues) and click on the `New issue` button.
+
+## Acknowledgments
+
+This software wouldn't have been possible without:
+
+ * [Go](https://golang.org/dl/) and it's libraries:
+ * [CoreDNS](https://coredns.io)
+ * [packr](https://github.com/gobuffalo/packr)
+ * [gcache](https://github.com/bluele/gcache)
+ * [miekg's dns](https://github.com/miekg/dns)
+ * [go-yaml](https://github.com/go-yaml/yaml)
+ * [Node.js](https://nodejs.org/) and it's libraries:
+ * [React.js](https://reactjs.org)
+ * [Tabler](https://github.com/tabler/tabler)
+ * And many more node.js packages.
+
+For a full list of all node.js packages in use, please take a look at [client/package.json](https://github.com/AdguardTeam/AdGuardHome/blob/master/client/package.json) file.
From c46fcce87ddc71c201079dba3df6267a80493a27 Mon Sep 17 00:00:00 2001
From: Eugene Bujak
Date: Mon, 15 Oct 2018 22:21:42 +0300
Subject: [PATCH 2/2] README -- Add whotracks.me to acknowledgments
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 44e500ff..67b37334 100644
--- a/README.md
+++ b/README.md
@@ -161,5 +161,6 @@ This software wouldn't have been possible without:
* [React.js](https://reactjs.org)
* [Tabler](https://github.com/tabler/tabler)
* And many more node.js packages.
+ * [whotracks.me data](https://github.com/cliqz-oss/whotracks.me)
For a full list of all node.js packages in use, please take a look at [client/package.json](https://github.com/AdguardTeam/AdGuardHome/blob/master/client/package.json) file.