From a25094955e78a3ade7f9fb8517fcb472e815d0cd Mon Sep 17 00:00:00 2001 From: Andrew Shirley Date: Sun, 15 Sep 2024 14:52:42 +0100 Subject: [PATCH] correct package name in npm install command snippet --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d24fb7..f36563f 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ If you are using a bundler and JavaScript package manager, you can install the SDK via NPM: ``` -npm install --save improv-wifi-sdk +npm install --save improv-wifi-serial-sdk ``` And then import it in your code: