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": {