From c773c3194014dc553176e3bdb04086c4ddbd0bed Mon Sep 17 00:00:00 2001 From: Dmitrii Kartashev Date: Fri, 21 Oct 2022 09:42:59 -0400 Subject: [PATCH 1/2] add npm shield --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0ffcd87..6f97cc2 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +![npm](https://img.shields.io/npm/v/@chardskarth/react-gateway) # React Gateway Render React DOM into a new context (aka "Portal") From a18b3e970aae705d15144fb86bb9b3132bf713c2 Mon Sep 17 00:00:00 2001 From: Dmitrii Kartashev Date: Fri, 21 Oct 2022 09:45:55 -0400 Subject: [PATCH 2/2] actually link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f97cc2..551f145 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![npm](https://img.shields.io/npm/v/@chardskarth/react-gateway) +[![npm version](https://img.shields.io/npm/v/@chardskarth/react-gateway)](https://www.npmjs.com/package/@chardskarth/react-gateway) # React Gateway Render React DOM into a new context (aka "Portal")