Skip to content

Commit 44f96db

Browse files
committed
Update README.md
1 parent f8c038e commit 44f96db

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,11 @@
2323
# `@reason-react-native/__template__`
2424

2525
[![Build Status](https://github.com/reason-react-native/reason-react-native/workflows/Build/badge.svg)](https://github.com/reason-react-native/reason-react-native/actions)
26-
[![Version](https://img.shields.io/npm/v/@reason-react-native/something.svg)](https://www.npmjs.com/@reason-react-native/something)
26+
[![Version](https://img.shields.io/npm/v/@reason-react-native/__template__.svg)](https://www.npmjs.com/@reason-react-native/__template__)
2727
[![Chat](https://img.shields.io/discord/235176658175262720.svg?logo=discord&colorb=blue)](https://reasonml-community.github.io/reason-react-native/discord/)
2828

29-
ReasonML / BuckleScript bindings for
29+
[ReasonML](https://reasonml.github.io) /
30+
[BuckleScript](https://bucklescript.github.io) bindings for
3031
[`@react-native-community/something`](https://github.com/react-native-community/something).
3132

3233
Exposed as `ReactNativeSomething` module.
@@ -42,12 +43,12 @@ is properly installed & configured by following their installation instructions,
4243
you can install the bindings:
4344

4445
```console
45-
npm install @reason-react-native/something
46+
npm install @reason-react-native/__template__
4647
# or
47-
yarn add @reason-react-native/something
48+
yarn add @reason-react-native/__template__
4849
```
4950

50-
`@reason-react-native/something` should be added to `bs-dependencies` in your
51+
`@reason-react-native/__template__` should be added to `bs-dependencies` in your
5152
`bsconfig.json`. Something like
5253

5354
```diff
@@ -57,7 +58,7 @@ yarn add @reason-react-native/something
5758
"reason-react",
5859
"reason-react-native",
5960
// ...
60-
+ "@reason-react-native/something"
61+
+ "@reason-react-native/__template__"
6162
],
6263
//...
6364
}

0 commit comments

Comments
 (0)