diff --git a/testnet/index.html.py b/testnet/index.html.py
index b0580a456..fb9734931 100755
--- a/testnet/index.html.py
+++ b/testnet/index.html.py
@@ -187,7 +187,7 @@ hello_world = div(
p('Welcome to the Blockstack blockchain testnet. Here\'s how to get started:') +
ul(
li('Install the feature/stacks-transactions branch of blockstack.js') +
- li('Install the new Blockstack CLI')
+ li('Install the new Blockstack CLI')
) +
p('Basic Usage' +
p('Here\'s how you can get started with registering names and subdomains:') +