From 587b67a292c7d400be562e544b39c918835cd32a Mon Sep 17 00:00:00 2001
From: Sacha <alexander.lansky@gmail.com>
Date: Tue, 20 Apr 2021 13:43:31 -0400
Subject: [PATCH] Include Playground link in Node Template README

Added button and text to point reader to it Playground.
---
 README.md | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index e3d466a26..338453462 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,13 @@
 # Substrate Node Template
 
+[![Try on playground](https://img.shields.io/badge/Playground-Node_Template-brightgreen?logo=Parity%20Substrate)](https://playground.substrate.dev/?deploy=node-template)
+
 A fresh FRAME-based [Substrate](https://www.substrate.io/) node, ready for hacking :rocket:
 
 ## Getting Started
 
-Follow these steps to get started with the Node Template :hammer_and_wrench:
+Follow the steps below to get started with the Node Template, or get it up and running right from your browser 
+in just a few clicks using [Playground](https://playground.substrate.dev/) :hammer_and_wrench:
 
 ### Rust Setup
 
-- 
GitLab