From afaf45a5ab97d71acfd9ab765d5cf869fe7f18df Mon Sep 17 00:00:00 2001 From: Horcrux Date: Tue, 3 May 2016 20:57:42 +0800 Subject: [PATCH] Add npm tag --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3439f9d2..1401bcbc 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ ------------------------ +[![Version](https://img.shields.io/npm/v/react-native-svg.svg)](https://www.npmjs.com/package/react-native-svg) + `react-native-svg` is built to provide a SVG interface to react native on both iOS and Android # IMPORTANT: @@ -26,7 +28,7 @@ And furthermore: npm install react-native-svg --save ``` -2 . Link native code +2 . Link native code If you haven\`t installed `rnpm`, you can run `npm i rnpm -g` first. ```