From b9275eb383660aafeac0bf537934594992292d83 Mon Sep 17 00:00:00 2001 From: grzdev Date: Fri, 20 Mar 2026 20:46:14 +0100 Subject: [PATCH] docs(examples): clean up angular README package manager commands --- examples/angular/auto-refetching/README.md | 4 ++-- examples/angular/basic-persister/README.md | 4 ++-- examples/angular/basic/README.md | 4 ++-- examples/angular/devtools-panel/README.md | 4 ++-- examples/angular/infinite-query-with-max-pages/README.md | 4 ++-- examples/angular/optimistic-updates/README.md | 4 ++-- examples/angular/pagination/README.md | 4 ++-- examples/angular/query-options-from-a-service/README.md | 4 ++-- examples/angular/router/README.md | 4 ++-- examples/angular/rxjs/README.md | 4 ++-- examples/angular/simple/README.md | 4 ++-- 11 files changed, 22 insertions(+), 22 deletions(-) diff --git a/examples/angular/auto-refetching/README.md b/examples/angular/auto-refetching/README.md index 571955a305d..4a70c6af6e7 100644 --- a/examples/angular/auto-refetching/README.md +++ b/examples/angular/auto-refetching/README.md @@ -2,5 +2,5 @@ To run this example: -- `npm install` or `yarn` or `pnpm i` or `bun i` -- `npm run start` or `yarn start` or `pnpm start` or `bun start` +- `pnpm install` +- `pnpm start` diff --git a/examples/angular/basic-persister/README.md b/examples/angular/basic-persister/README.md index 47d5931979a..6c79fc36193 100644 --- a/examples/angular/basic-persister/README.md +++ b/examples/angular/basic-persister/README.md @@ -2,5 +2,5 @@ To run this example: -- `npm install` or `yarn` or `pnpm i` or `bun i` -- `npm run start` or `yarn start` or `pnpm start` or `bun start` +- `pnpm install` +- `pnpm start` diff --git a/examples/angular/basic/README.md b/examples/angular/basic/README.md index 15f2ed2f4a2..61eb487a22c 100644 --- a/examples/angular/basic/README.md +++ b/examples/angular/basic/README.md @@ -2,5 +2,5 @@ To run this example: -- `npm install` or `yarn` or `pnpm i` or `bun i` -- `npm run start` or `yarn start` or `pnpm start` or `bun start` +- `pnpm install` +- `pnpm start` diff --git a/examples/angular/devtools-panel/README.md b/examples/angular/devtools-panel/README.md index 849d0a9d4e0..729ce68dc49 100644 --- a/examples/angular/devtools-panel/README.md +++ b/examples/angular/devtools-panel/README.md @@ -2,5 +2,5 @@ To run this example: -- `npm install` or `yarn` or `pnpm i` or `bun i` -- `npm run start` or `yarn start` or `pnpm start` or `bun start` +- `pnpm install` +- `pnpm start` diff --git a/examples/angular/infinite-query-with-max-pages/README.md b/examples/angular/infinite-query-with-max-pages/README.md index fce960f6a35..4f308448f5f 100644 --- a/examples/angular/infinite-query-with-max-pages/README.md +++ b/examples/angular/infinite-query-with-max-pages/README.md @@ -2,5 +2,5 @@ To run this example: -- `npm install` or `yarn` or `pnpm i` or `bun i` -- `npm run start` or `yarn start` or `pnpm start` or `bun start` +- `pnpm install` +- `pnpm start` diff --git a/examples/angular/optimistic-updates/README.md b/examples/angular/optimistic-updates/README.md index 583897ad45d..bcffae54d27 100644 --- a/examples/angular/optimistic-updates/README.md +++ b/examples/angular/optimistic-updates/README.md @@ -2,5 +2,5 @@ To run this example: -- `npm install` or `yarn` or `pnpm i` or `bun i` -- `npm run start` or `yarn start` or `pnpm start` or `bun start` +- `pnpm install` +- `pnpm start` diff --git a/examples/angular/pagination/README.md b/examples/angular/pagination/README.md index fd58c455860..6e113c75664 100644 --- a/examples/angular/pagination/README.md +++ b/examples/angular/pagination/README.md @@ -2,5 +2,5 @@ To run this example: -- `npm install` or `yarn` or `pnpm i` or `bun i` -- `npm run start` or `yarn start` or `pnpm start` or `bun start` +- `pnpm install` +- `pnpm start` diff --git a/examples/angular/query-options-from-a-service/README.md b/examples/angular/query-options-from-a-service/README.md index f9e940480ac..40bce6275f8 100644 --- a/examples/angular/query-options-from-a-service/README.md +++ b/examples/angular/query-options-from-a-service/README.md @@ -2,5 +2,5 @@ To run this example: -- `npm install` or `yarn` or `pnpm i` or `bun i` -- `npm run start` or `yarn start` or `pnpm start` or `bun start` +- `pnpm install` +- `pnpm start` diff --git a/examples/angular/router/README.md b/examples/angular/router/README.md index 0429048cb9c..ea37ad5d945 100644 --- a/examples/angular/router/README.md +++ b/examples/angular/router/README.md @@ -2,5 +2,5 @@ To run this example: -- `npm install` or `yarn` or `pnpm i` or `bun i` -- `npm run start` or `yarn start` or `pnpm start` or `bun start` +- `pnpm install` +- `pnpm start` diff --git a/examples/angular/rxjs/README.md b/examples/angular/rxjs/README.md index bc63a82b7f2..5603b0de263 100644 --- a/examples/angular/rxjs/README.md +++ b/examples/angular/rxjs/README.md @@ -2,5 +2,5 @@ To run this example: -- `npm install` or `yarn` or `pnpm i` or `bun i` -- `npm run start` or `yarn start` or `pnpm start` or `bun start` +- `pnpm install` +- `pnpm start` diff --git a/examples/angular/simple/README.md b/examples/angular/simple/README.md index 35939257ca9..b2acfd071ab 100644 --- a/examples/angular/simple/README.md +++ b/examples/angular/simple/README.md @@ -2,5 +2,5 @@ To run this example: -- `npm install` or `yarn` or `pnpm i` or `bun i` -- `npm run start` or `yarn start` or `pnpm start` or `bun start` +- `pnpm install` +- `pnpm start`