Skip to content

Commit 1003201

Browse files
committed
Adjust things for "ReScript" branding
1 parent 28de74c commit 1003201

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ node_modules
99
# npm unused lock file (we use yarn.lock)
1010
package-lock.json
1111

12-
# Ocaml / Reason / BuckleScript artifacts
12+
# ReScript / Reason / Ocaml artifacts
1313
#*.bs.js # we do want this files to ensure zero-cost
1414
.bsb.lock
1515
**/lib/bs

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
- `@react-native-community/something`
1313
- `https://github.com/react-native-community/something`
1414
- `ReactNativeSomething`. If you have more than a file exposed, you should
15-
consider using BuckleScript custom namespace by adjusting `bsconfig.json`
15+
consider using ReScript custom namespace by adjusting `bsconfig.json`
1616
and adding a `"namespace": "react-native-something"` (note that it will be
1717
converted to `ReactNativeSomething`)
1818

@@ -29,14 +29,13 @@
2929
[![Version](https://img.shields.io/npm/v/@reason-react-native/__template__.svg)](https://www.npmjs.com/@reason-react-native/__template__)
3030
[![Chat](https://img.shields.io/discord/235176658175262720.svg?logo=discord&colorb=blue)](https://reason-react-native.github.io/discord/)
3131

32-
[ReasonML](https://reasonml.github.io) /
33-
[BuckleScript](https://bucklescript.github.io) bindings for
32+
[ReScript](https://rescript-lang.org) / [Reason](https://reasonml.github.io) bindings for
3433
[`@react-native-community/something`](https://github.com/react-native-community/something).
3534

3635
Exposed as `ReactNativeSomething` module.
3736

38-
`@reason-react-native/__template__` X.y._ means it's compatible with
39-
`@react-native-community/something` X.y._
37+
`@reason-react-native/__template__` X.y.\* means it's compatible with
38+
`@react-native-community/something` X.y.\*
4039

4140
## Installation
4241

@@ -52,7 +51,7 @@ yarn add @reason-react-native/__template__
5251
```
5352

5453
`@reason-react-native/__template__` should be added to `bs-dependencies` in your
55-
`bsconfig.json`. Something like
54+
`bsconfig.json`:
5655

5756
```diff
5857
{

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"repository": "https://github.com/reason-react-native/__template__.git",
99
"license": "MIT",
1010
"keywords": [
11+
"rescript",
1112
"reason",
1213
"reasonml",
1314
"bucklescript",

0 commit comments

Comments
 (0)