From 810df05933750d14ff50eec6b9806f4d8c313e32 Mon Sep 17 00:00:00 2001 From: Beau Hartshorne Date: Sun, 4 Aug 2024 12:58:23 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c9c7b62..9286abc 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ instant-acme is an async, pure-Rust ACME (RFC 8555) client. -instant-acme is used in production at [Instant Domains](https://instantdomains.com/) to help +instant-acme is used in production at [Instant Domain Search](https://instantdomainsearch.com/) to help us provision TLS certificates within seconds for our customers. instant-acme relies on Tokio and rustls to implement the [RFC 8555](https://www.rfc-editor.org/rfc/rfc8555.html) specification.