From 2933ce1eb4f3df8297e626d818ee0a82f7ee9bfe Mon Sep 17 00:00:00 2001
From: Philippe Coval
Date: Fri, 9 Nov 2018 18:14:26 +0100
Subject: [PATCH] doc: Add badges
This trivial change is for testing if project is active
Forward: https://github.com/kelly/node-i2c/pull/92
Origin: https://github.com/abandonware/node-i2c/commits/master
Change-Id: Id3c4a175efb0efaf03d7903fda466182dcddf73d
Signed-off-by: Philippe Coval
---
README.md | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/README.md b/README.md
index 3f6490d..f4b44b7 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,13 @@
# i2c
+[![GitHub forks](https://img.shields.io/github/forks/kelly/node-i2c.svg?style=social&label=Fork&maxAge=2592000)](https://GitHub.com/kelly/node-i2c/network/)
+[![NPM](https://img.shields.io/npm/v/i2c.svg)](https://www.npmjs.com/package/i2c)
+
Bindings for i2c-dev. Plays well with Raspberry Pi and Beaglebone.
+
+[![NPM](https://nodei.co/npm/i2c.png)](https://npmjs.org/package/i2c)
+
## Install
````bash