Skip to content

Commit 7f8f53c

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents cf23beb + 5993253 commit 7f8f53c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Node.js bindings for ReScript
77
## Installation
88

99
```shell
10-
npm i add rescript-nodejs
10+
npm install rescript-nodejs
1111
```
1212
or
1313
```shell
@@ -64,4 +64,4 @@ We welcome and encourage anyone to contribute! In order to minimize confusion an
6464

6565
All code is licensed as MIT. See [LICENSE](LICENSE).
6666

67-
This project was forked from [reason-nodejs](https://github.com/sikanhe/reason-nodejs) after it was (or appeared to be) abandoned. If the original authors would like to re-engage please email me.
67+
This project was forked from [reason-nodejs](https://github.com/sikanhe/reason-nodejs) after it was (or appeared to be) abandoned. If the original authors would like to re-engage please email me.

src/Http2.res

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
type settingsObject
22

3+
@obj
34
external settingsObject: (
45
~headerTableSize: int=?,
56
~enablePush: bool=?,

0 commit comments

Comments
 (0)