Skip to content

Commit d20ac2d

Browse files
committed
chore: v4 version
1 parent 652f1e6 commit d20ac2d

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,20 @@
44
[![Build Status](https://travis-ci.com/arniu/react-native-ionicons.svg?branch=master)](https://travis-ci.com/arniu/react-native-ionicons)
55
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://prettier.io/)
66

7-
Bring [Ionicons - Beautifully crafted open source icons](https://ionicons.com/) to your awesome react-native apps.
7+
Bring [Ionicons - Beautifully crafted open source icons](https://ionicons.com/v4/) to your awesome react-native apps.
88

99
## Usage
1010

1111
- Install
1212

1313
```bash
14-
npm install react-native-ionicons
14+
npm install react-native-ionicons@^4.x
15+
```
16+
17+
Or:
18+
19+
```bash
20+
yarn add react-native-ionicons@^4.x
1521
```
1622

1723
- Link with `react-native` (**Optional**)
@@ -60,7 +66,7 @@ const IconBar = () => (
6066
> `IconName` can be of short name or qualified name, which is the short one
6167
> preffixed with `md-` or `ios-`.
6268
>
63-
> The short `IconName` can be found [here](https://ionicons.com/cheatsheet.html).
69+
> The short `IconName` can be found [here](https://ionicons.com/v4/cheatsheet.html).
6470
6571
## Versioning
6672

0 commit comments

Comments
 (0)