From aa0d6b79c20ab974f96d438fed33ab34331e9fb2 Mon Sep 17 00:00:00 2001 From: David Choi Date: Wed, 13 Dec 2023 14:15:08 -0800 Subject: [PATCH] Update src/pages/docs/how-to/w3name.mdx Co-authored-by: Alan Shaw --- src/pages/docs/how-to/w3name.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/docs/how-to/w3name.mdx b/src/pages/docs/how-to/w3name.mdx index df90f69..fa115ba 100644 --- a/src/pages/docs/how-to/w3name.mdx +++ b/src/pages/docs/how-to/w3name.mdx @@ -62,7 +62,7 @@ console.log('created new name: ', name.toString()); // created new name: k51qzi5uqu5di9agapykyjh3tqrf7i14a7fjq46oo0f6dxiimj62knq13059lt ``` - + So far, the signing key for your new name only exists in memory. To save it for publishing updates, see [Saving and loading keys](#saving-and-loading-keys) below.