From dd6f8ce0b2e2cee3e91ad2a21037f2ed8e1c026d Mon Sep 17 00:00:00 2001 From: cssivision Date: Sat, 21 Nov 2015 22:07:38 +0800 Subject: [PATCH] README.md --- README.md | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1c425cc..a658903 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ -###this module only work for iOS +### this module only work for iOS -#react-native-qrcode +# react-native-qrcode A React-native component to generate [QRcode](http://en.wikipedia.org/wiki/QR_code). -##Installation +## Installation ```sh npm install react-native-qrcode ``` -##Usage +## Usage ```jsx 'use strict'; diff --git a/package.json b/package.json index 3a52199..5bd0652 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-qrcode", - "version": "1.0.6", + "version": "1.0.8", "description": "react-native qrocode generator", "main": "index.js", "repository": {