Skip to content

Commit 7f85f0d

Browse files
committed
Update readme
1 parent 97b9c00 commit 7f85f0d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# node-libs-react-native
22

3-
Node code modules for React Native. This is a fork of [node-libs-browser][] with minor modifications to use packages supported in React native.
3+
Node code modules for React Native. This is a fork of [node-libs-browser][] with minor modifications to use packages supported in React Native.
44

55
[node-libs-browser]: https://www.npmjs.com/package/node-libs-browser
66

@@ -55,6 +55,8 @@ Some modules have mocks in the `mock` directory. These are replacements with min
5555
The current `punycode` implementation uses bestiejs/punycode.js@1.x because bestiejs/punycode.js@2.x requires modern JS engines that understand `const` and `let`.
5656
It will be removed someday since it has already been [deprecated from the node API](https://nodejs.org/api/punycode.html).
5757

58+
## Other Modules
59+
5860
## License
5961

6062
MIT

0 commit comments

Comments
 (0)