From ea98ca2a2055e1f73ee14c881f1ad4784f2ee078 Mon Sep 17 00:00:00 2001 From: Luke Hansford Date: Wed, 5 Aug 2020 23:00:34 +0200 Subject: [PATCH] Add badges to readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a92a614..99f31da 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # react-and ![CI](https://github.com/lhansford/react-and/workflows/CI/badge.svg) +![npm](https://img.shields.io/npm/v/react-and?style=flat-square) +![NPM Size](https://img.shields.io/bundlephobia/min/react-and?style=flat-square) A lightweight React component for joining multiple components in a grammatically correct way. Joins components using commas, "and", "&", "or", or any other term you specify.