Skip to content

Commit 6b93cf9

Browse files
committed
Adjust things for "ReScript" branding
1 parent ec3c7e4 commit 6b93cf9

3 files changed

Lines changed: 6 additions & 6 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: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,13 @@
44
[![Version](https://img.shields.io/npm/v/@reason-react-native/paper.svg)](https://www.npmjs.com/@reason-react-native/paper)
55
[![Chat](https://img.shields.io/discord/235176658175262720.svg?logo=discord&colorb=blue)](https://reasonml-community.github.io/reason-react-native/discord/)
66

7-
[ReasonML](https://reasonml.github.io) /
8-
[BuckleScript](https://bucklescript.github.io) bindings for
7+
[ReScript](https://rescript-lang.org) / [Reason](https://reasonml.github.io) bindings for
98
[`react-native-paper`](https://github.com/callstack/react-native-paper).
109

1110
Exposed as `Paper` module.
1211

13-
`@reason-react-native/paper` X.y._ means it's compatible with
14-
`react-native-paper X.y._
12+
`@reason-react-native/paper` X.y.\* means it's compatible with
13+
`react-native-paper X.y.\*
1514

1615
## Status
1716

@@ -33,7 +32,7 @@ yarn add @reason-react-native/paper
3332
```
3433

3534
`@reason-react-native/paper` should be added to `bs-dependencies` in your
36-
`bsconfig.json`. Something like
35+
`bsconfig.json`:
3736

3837
```diff
3938
{

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"repository": "https://github.com/reason-react-native/paper.git",
1212
"license": "MIT",
1313
"keywords": [
14+
"rescript",
1415
"reason",
1516
"reasonml",
1617
"bucklescript",

0 commit comments

Comments
 (0)