From 1044ace13ea333ef823878480fd1a968f22dcfc2 Mon Sep 17 00:00:00 2001 From: Lucas Tortora Date: Fri, 2 Feb 2024 10:35:50 -0300 Subject: [PATCH] revert recommendation changes in Identity 1.0 --- docs/build/identity.rs/1.0/docs/getting-started/wasm.mdx | 5 ++--- .../docs/how-tos/decentralized-identifiers/create.mdx | 9 +++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/build/identity.rs/1.0/docs/getting-started/wasm.mdx b/docs/build/identity.rs/1.0/docs/getting-started/wasm.mdx index 55271957985..22978fca285 100644 --- a/docs/build/identity.rs/1.0/docs/getting-started/wasm.mdx +++ b/docs/build/identity.rs/1.0/docs/getting-started/wasm.mdx @@ -84,9 +84,8 @@ npm run build:web ## NodeJS Usage -The following code creates a new IOTA DID Document suitable for publishing to a local test network, like the -[IOTA Sandbox](/iota-sandbox/welcome/). - +The following code creates a new IOTA DID Document suitable for publishing to a locally running private network. +See the [instructions](https://github.com/iotaledger/hornet/tree/develop/private_tangle) on running your own private network.