From fb3884612ae6ed74eafd56b64662487a8d529a6b Mon Sep 17 00:00:00 2001 From: "claude[bot]" <209825114+claude[bot]@users.noreply.github.com> Date: Fri, 20 Jun 2025 22:24:16 +0000 Subject: [PATCH] docs: remove --save flag from npm install command Co-authored-by: DavidWells --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 439001b0..d185a814 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ To add or remove an analytics provider, adjust the `plugins` you load into `anal This module is distributed via [npm](https://npmjs.com/package/analytics), which is bundled with [node](https://nodejs.org/) and should be installed as one of your project's dependencies. ```bash -npm install analytics --save +npm install analytics ``` Or as a script tag: