From fb71fcac85f27b5aee10c4ee4dd7569ffcb2d25e Mon Sep 17 00:00:00 2001 From: Connor Skees Date: Sun, 3 Apr 2022 19:30:48 -0400 Subject: [PATCH] fix typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1aa0b3c..b800664 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ All known missing features and bugs are tracked in [#19](https://github.com/conn `grass` experimentally releases a [WASM version of the library to npm](https://www.npmjs.com/package/@connorskees/grass), compiled using wasm-bindgen. To use `grass` in your JavaScript projects, just run -`npm install @connorskees/grass` to your package.json. Better documentation +`npm install @connorskees/grass` to add it to your package.json. Better documentation for this version will be provided when the library becomes more stable. ## Features