doc: Fix git URL in README (#11)
All checks were successful
/ test (push) Successful in 11s

Reviewed-on: #11
Co-authored-by: glen <glen@studioinfinity.org>
Co-committed-by: glen <glen@studioinfinity.org>
This commit is contained in:
Glen Whitney 2025-04-08 23:29:58 +00:00 committed by Glen Whitney
parent 05ff078529
commit 2f9071af1b

View file

@ -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.