From 204afa9edac66c1c79f7acd875f199840c7dbe87 Mon Sep 17 00:00:00 2001 From: phessophissy Date: Sat, 27 Dec 2025 18:52:35 +0100 Subject: [PATCH] =?UTF-8?q?docs:=20Fix=20package=20manager=20command=20in?= =?UTF-8?q?=20README=20(npm=20=E2=86=92=20pnpm)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3bb6898..2d375c8 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ The Bitflow Stableswap protocol provides a specialized Automated Market Maker (A 2. Install dependencies: ```bash - npm install + pnpm install ``` 3. Run tests: