Skip to content

Commit d64d874

Browse files
committed
README is updated
1 parent 23e289f commit d64d874

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<img alt="React Native Typescript Library Boilerplate" src="assets/logo.png" width="1050"/>
22

3-
[![Battle Tested ✅](https://img.shields.io/badge/-Battle--Tested%20%E2%9C%85-03666e?style=for-the-badge)](https://github.com/WrathChaos/react-native-typescript-library-boilerplate)
3+
[![Battle Tested ✅](https://img.shields.io/badge/-Battle--Tested%20%E2%9C%85-03666e?style=for-the-badge)](https://github.com/WrathChaos/react-native-typescript-library-starter)
44

5-
[![React Native Typescript Library Boilerplate](https://img.shields.io/badge/-Extremely%20easy%20to%20create%20a%20React%20Native%20Component%20Library%20with%20both%20Stateful%20and%20Functional%20Component%20Examples-orange?style=for-the-badge)](https://github.com/WrathChaos/react-native-typescript-library-boilerplate)
5+
[![React Native Typescript Library Boilerplate](https://img.shields.io/badge/-Extremely%20easy%20to%20create%20a%20React%20Native%20Component%20Library%20with%20both%20Stateful%20and%20Functional%20Component%20Examples-orange?style=for-the-badge)](https://github.com/WrathChaos/react-native-typescript-library-starter)
66

7-
[![npm version](https://img.shields.io/npm/v/react-native-typescript-library-boilerplate.svg?style=for-the-badge)](https://www.npmjs.com/package/react-native-typescript-library-boilerplate)
8-
[![npm](https://img.shields.io/npm/dt/react-native-typescript-library-boilerplate.svg?style=for-the-badge)](https://www.npmjs.com/package/react-native-typescript-library-boilerplate)
7+
[![npm version](https://img.shields.io/npm/v/react-native-typescript-library-starter.svg?style=for-the-badge)](https://www.npmjs.com/package/react-native-typescript-library-starter)
8+
[![npm](https://img.shields.io/npm/dt/react-native-typescript-library-starter.svg?style=for-the-badge)](https://www.npmjs.com/package/react-native-typescript-library-starter)
99
![Platform - Android and iOS](https://img.shields.io/badge/platform-Android%20%7C%20iOS-blue.svg?style=for-the-badge)
1010
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg?style=for-the-badge)](https://opensource.org/licenses/MIT)
1111
[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg?style=for-the-badge)](https://github.com/prettier/prettier)
@@ -42,7 +42,7 @@ Build completed!
4242
Add the dependency:
4343

4444
```bash
45-
npm i react-native-typescript-library-boilerplate
45+
npm i react-native-typescript-library-starter
4646
```
4747

4848
## Peer Dependencies
@@ -59,7 +59,7 @@ npm i react-native-typescript-library-boilerplate
5959
## Import
6060

6161
```jsx
62-
import MyComponent from "react-native-typescript-library-boilerplate";
62+
import MyComponent from "react-native-typescript-library-starter";
6363
```
6464

6565
## Fundamental Usage

0 commit comments

Comments
 (0)