From 724114e1441c9f519279debbde99926b9bfc61e2 Mon Sep 17 00:00:00 2001 From: Karan Sharma Date: Fri, 18 Dec 2020 15:37:35 +0530 Subject: [PATCH] chore: fix image --- README.md | 8 ++++---- TODO.md | 10 +++++----- www/static/{usage.png => doggo.png} | Bin 3 files changed, 9 insertions(+), 9 deletions(-) rename www/static/{usage.png => doggo.png} (100%) diff --git a/README.md b/README.md index 59dfe72..3e6ba96 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@

🐶 Command-line DNS client for humans

- doggo CLI usage + doggo CLI usage

--- @@ -101,7 +101,7 @@ github.com. MX IN 3600s 5 alt2.aspmx.l.google.com. 9.9.9.9: github.com. MX IN 3600s 1 aspmx.l.google.com. 9.9.9.9:53 ``` -**Query DNS records for archive.org using Cloudflare DoH resolver** +**Query DNS records for `archive.org` using Cloudflare DoH resolver** ```bash $ doggo archive.org @https://cloudflare-dns.com/dns-query @@ -109,7 +109,7 @@ NAME TYPE CLASS TTL ADDRESS NAMESERVER archive.org. A IN 41s 207.241.224.2 https://cloudflare-dns.com/dns-query ``` -**Query DNS records for internetfreedom.in with JSON output** +**Query DNS records for `internetfreedom.in` with JSON output** ```bash $ doggo internetfreedom.in --json | jq @@ -155,7 +155,7 @@ $ doggo internetfreedom.in --json | jq } ``` -**Query DNS records for duckduckgo.com and show RTT (Round Trip Time)** +**Query DNS records for `duckduckgo.com` and show RTT (Round Trip Time)** ```bash $ doggo duckduckgo.com --time diff --git a/TODO.md b/TODO.md index 8be89c8..c8cc644 100644 --- a/TODO.md +++ b/TODO.md @@ -47,10 +47,9 @@ ## Release Checklist -- [ ] Goreleaser - - [ ] Snap - - [ ] Homebrew - - [ ] Docker +- [x] Goreleaser + - [x] Snap + - [x] Docker --- # Future Release @@ -66,4 +65,5 @@ - [ ] Add tests for Resolvers. - [ ] Add tests for CLI Output. - [ ] Mkdocs init project - - [ ] Custom Index (Landing Page) \ No newline at end of file + - [ ] Custom Index (Landing Page) +- [ ] Homebrew - Goreleaser diff --git a/www/static/usage.png b/www/static/doggo.png similarity index 100% rename from www/static/usage.png rename to www/static/doggo.png