From 033175f61a15565d811e851b3647673e7d43c190 Mon Sep 17 00:00:00 2001 From: Peter Evers Date: Sun, 8 May 2022 15:07:11 +0200 Subject: [PATCH] fix: update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3f13300..dc0efdf 100644 --- a/README.md +++ b/README.md @@ -16,9 +16,9 @@ fn main() { Add the NPM package. ```console -npm install tauri-plugin-nosleep +npm install tauri-plugin-nosleep-api # or -yarn add tauri-plugin-nosleep +yarn add tauri-plugin-nosleep-api ``` Use this within TS/JS.