From 79dd7d342636f421d36acbf3dbe2014ad7ba7ece Mon Sep 17 00:00:00 2001 From: Paul Miller Date: Sat, 20 May 2023 10:34:51 +0000 Subject: [PATCH] readme --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c7d357f..2773e43 100644 --- a/README.md +++ b/README.md @@ -32,14 +32,12 @@ packages. See [Resources](#resources) for articles and real-world software that ## Usage -Browser, deno and node.js are supported: - > npm install @noble/curves -For [Deno](https://deno.land), use it with -[npm specifier](https://deno.land/manual@v1.28.0/node/npm_specifiers). -In browser, you could also include the single file from -[GitHub's releases page](https://github.com/paulmillr/noble-curves/releases). +We support all major platforms and runtimes. +For [Deno](https://deno.land), ensure to use [npm specifier](https://deno.land/manual@v1.28.0/node/npm_specifiers). +For React Native, you may need a [polyfill for getRandomValues](https://github.com/LinusU/react-native-get-random-values). +If you don't like NPM, a standalone [noble-curves.js](https://github.com/paulmillr/noble-curves/releases) is also available. The library is tree-shaking-friendly and does not expose root entry point as `@noble/curves`. Instead, you need to import specific primitives.