diff --git a/substrate/bin/node-template/README.md b/substrate/bin/node-template/README.md index 3317d04d54..a5929d21f3 100644 --- a/substrate/bin/node-template/README.md +++ b/substrate/bin/node-template/README.md @@ -1,5 +1,3 @@ -[![Substrate Playground](https://img.shields.io/badge/Playground-node_template-brightgreen?logo=Parity%20Substrate)](https://playground-staging.substrate.dev/?deploy=node-template) - # Substrate Node Template A new FRAME-based Substrate node, ready for hacking :rocket: @@ -31,12 +29,6 @@ Once the development environment is set up, build the node template. This comman cargo build --release ``` -## Playground [![Substrate Playground](https://img.shields.io/badge/Playground-node_template-brightgreen?logo=Parity%20Substrate)](https://playground-staging.substrate.dev/?deploy=node-template) - -[The Substrate Playground](https://playground-staging.substrate.dev/?deploy=node-template) is an -online development environment that supplies a pre-configured container with pre-compiled build -artifacts :cartwheeling: - ## Run ### Single Node Development Chain