From a5e95a6044aaf3c0357b32f1d8bd48382a44d395 Mon Sep 17 00:00:00 2001 From: Joona Hoikkala Date: Tue, 29 Nov 2016 12:48:36 +0200 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fbcb4ef..24d078a 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,8 @@ So basically it boils down to **accessibility** and **security** ## Usage +[![asciicast](https://asciinema.org/a/94462.png)](https://asciinema.org/a/94462) + Using acme-dns is a three-step process (provided you already have the server set up, or are using a service): - Get credentials and unique subdomain (simple GET request to https://auth.exmaple.org/register) @@ -85,7 +87,7 @@ Check out how in the INSTALL section. ## As a service -I am running an acme-dns instance as a service for everyone wanting to get on in fast. The service is running at `auth.acme-dns,io`, so to get started, try: +I am running an acme-dns instance as a service for everyone wanting to get on in fast. The service is running at `auth.acme-dns.io`, so to get started, try: ```curl -X GET https://auth.acme-dns.io/register```