From d7868c2d3e2058a1d043b921657cb43497329e9f Mon Sep 17 00:00:00 2001 From: Matthew Leffler Date: Thu, 22 Dec 2022 13:49:27 -0700 Subject: [PATCH] Fix typo --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index cd91663..9ccf345 100644 --- a/readme.md +++ b/readme.md @@ -38,7 +38,7 @@ This package is [ESM only][esm]. In Node.js (version 12.20+, 14.14+, 16.0+, 18.0+), install with [npm][]: ```sh -npm install nlcst-util-to-string +npm install nlcst-to-string ``` In Deno with [`esm.sh`][esmsh]: