From da919f7dad49bab2419ed0c7fa7ab1e2668254e0 Mon Sep 17 00:00:00 2001 From: glen Date: Tue, 8 Apr 2025 23:29:18 +0000 Subject: [PATCH] Fix git URL in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 48b3ff3..abc2c69 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Sequel to pocomath as a prototype for mathjs overhaul ### Set up 1. Install the `pnpm` package manager on your machine. -2. Clone the repository `https://code.studioinfinity.org/glen/nanomath.git` +2. Clone the repository `https://code.studioinfinity.org/StudioInfinity/nanomath.git` and change directory into its top level. 3. `pnpm install` 4. `pnpm test` runs the tests.