From 00032d3c46475cbc54a8800e3f6639c6a5bdd65a Mon Sep 17 00:00:00 2001 From: Adriano Lemos Date: Mon, 27 Jul 2020 20:01:57 -0300 Subject: [PATCH] Create badge --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1353458..00528e7 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # Simple React starter project +![npm-publish](https://github.com/tst-labs/react-starter/workflows/npm-publish/badge.svg) This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). @@ -10,4 +11,4 @@ Just run this at command shell and follow the instructions at the end...you'll b npx create-react-app my-first-react-app --template @tst-labs/react-starter ``` -Enjoy it! \ No newline at end of file +Enjoy it!