Skip to content

Commit 99484dc

Browse files
committed
update README.md
1 parent 668221e commit 99484dc

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@
44

55
A simple Tag component that supports both single and multiple selection.
66

7-
<a href="https://raw.githubusercontent.com/aJIEw/react-native-tag-group/blob/master/assets/screenshot_ios.png" target="_blank"><img src='https://github.com/aJIEw/react-native-tag-group/blob/master/assets/screenshot_ios.png' width='30%'/></a><a href="https://raw.githubusercontent.com/aJIEw/react-native-tag-group/blob/master/assets/screenshot_android.png" target="_blank"><img src='https://github.com/aJIEw/react-native-tag-group/blob/master/assets/screenshot_android.png' width='30%'/></a>
7+
<a href="https://raw.githubusercontent.com/aJIEw/react-native-tag-group/master/assets/screenshot_ios.png" target="_blank"><img src='https://github.com/aJIEw/react-native-tag-group/blob/master/assets/screenshot_ios.png' width='30%'/></a><a href="https://raw.githubusercontent.com/aJIEw/react-native-tag-group/master/assets/screenshot_android.png" target="_blank"><img src='https://github.com/aJIEw/react-native-tag-group/blob/master/assets/screenshot_android.png' width='30%'/></a>
88

99
## Get Started
1010

1111
### Installation
1212

1313
```sh
14-
$ npm i react-native-tag-group --save
14+
npm i react-native-tag-group --save
1515
```
1616

1717
### TagGroup Usage
1818

19-
```react
19+
```js
2020
import TagGroup from 'react-native-tag-group';
2121

2222
// ...
@@ -63,7 +63,7 @@ Get the index array of the selected Tag(s), return -1 if no Tag is selected.
6363

6464
`Tag` can also be used as a simple button, for example:
6565

66-
```react
66+
```js
6767
import {Tag} from 'react-native-tag-group';
6868

6969
// ...

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
* @Date: 2020-05-06 21:59:12
44
*
55
* @Last Modified by: aJIEw
6-
* @Last Modified time: 2020-05-08 00:05:51
6+
* @Last Modified time: 2020-05-09 22:54:36
77
*/
88
export * from './src/TagGroup';

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-tag-group",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "A simple Tag component that supports both single and multiple selection.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)