From 677f429afeb2287fec038f9c8c37d4e9dbc985cf Mon Sep 17 00:00:00 2001 From: Beau Hartshorne Date: Sun, 4 Aug 2024 12:58:46 -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 e864bf7..f52dca2 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ types. While serde is great for formats like JSON, the underlying structure it p great fit for XML, limiting serde-based tools like quick-xml. instant-xml more rigorously maps the XML data model (including namespaces) to Rust types while providing a serde-like interface. -This library is used in production at [Instant Domains](https://instantdomains.com/). +This library is used in production at [Instant Domain Search](https://instantdomainsearch.com/). ## Features