From 3f291fee556b2a2859df5a101956ecf96f440439 Mon Sep 17 00:00:00 2001 From: windingwind <33902321+windingwind@users.noreply.github.com> Date: Mon, 29 Aug 2022 21:37:48 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c97d57..51a9405 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ This is an addon/plugin template for [Zotero](https://www.zotero.org/). > Be careful to set the addonID and addonRef to avoid confliction. -- Run `npm i` to setup the plugin and install dependencies. If you don't have NodeJS installed, please download it [here](https://nodejs.org/en/); +- Run `npm install` to setup the plugin and install dependencies. If you don't have NodeJS installed, please download it [here](https://nodejs.org/en/); - Run `npm run build` to build the plugin. The xpi for installation and the built code is under builds folder. ### Directory Structure