diff --git a/README.md b/README.md index 439001b0..500878a2 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,25 @@ 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 with yarn: + +```bash +yarn add analytics +``` + +Or with pnpm: + +```bash +pnpm add analytics +``` + +Or with bun: + +```bash +bun add analytics ``` Or as a script tag: