From 12f17652879b1afdda0e1040481ea122b8d3cd48 Mon Sep 17 00:00:00 2001 From: Ken Date: Tue, 27 Oct 2020 10:33:33 -0400 Subject: [PATCH] fix: revert to BNS --- src/pages/authentication/building-todo-app.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/authentication/building-todo-app.md b/src/pages/authentication/building-todo-app.md index 727969f3..47df1ae3 100644 --- a/src/pages/authentication/building-todo-app.md +++ b/src/pages/authentication/building-todo-app.md @@ -203,7 +203,7 @@ As such, it's paramount that users handle them with great care. The username will be used by the app to generate a URL for sharing your todos, should you choose to make them public. -It is registered on the Stacks blockchain with the [Stacks Naming System (SNS)](/core/naming/introduction) +It is registered on the Stacks blockchain with [BNS](/core/naming/introduction) and associated with your _Secret Key_. ![Choosing a user name example](/images/todos-username.svg)