diff --git a/docs/src/experimental/ao-ant.md b/docs/src/experimental/ao-ant.md index 6f1b6e6e..10646f67 100644 --- a/docs/src/experimental/ao-ant.md +++ b/docs/src/experimental/ao-ant.md @@ -42,7 +42,7 @@ Only authorized people can make updates to your ArNS name. Because of this, you When you purchase an ArNS name on arns.app, that name is not automatically synced to the ao-ArNS registry. Anyone can initiate a sync, which loads the data of an ArNS name from the smartweave contract into the ao-ArNS registry: ```shell -Send({ Target = "COnVYFiqpycAJrFQbrKIgUEAZ1L98sF0h_26G8GxRpQ", Tags = { Action = "Initiate-Record-Sync", Name = "" }}) +Send({ Target = "TyduW6spZTr3gkdIsdktduJhgtilaR_ex5JukK8gI9o", Tags = { Action = "Initiate-Record-Sync", Name = "" }}) ``` Be sure to replace `` with the correct ArNS name. @@ -55,6 +55,6 @@ Once your process is a controller, and you have loaded the ANT script, you can i Send({ Target = ARNS_PROCESS_ID, Tags = { Action = "Initiate-Record-Update", Name = "", ProcessId = ao.id }}) ``` -Make sure to change `` with the correct ArNS name.