From d81a2529e777b59d23525c401d55d99bd54dd2ac Mon Sep 17 00:00:00 2001 From: Francois Lanusse Date: Sat, 21 Dec 2024 15:28:20 -0500 Subject: [PATCH] minor typo fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3261842..d530f2b 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ JAX-powered Cosmological Particle-Mesh N-body Solver > ### Note > **The new JaxPM v0.1.xx** supports multi-GPU model distribution while remaining compatible with previous releases. These significant changes are still under development and testing, so please report any issues you encounter. -> For the older version but more stable version, install: +> For the older but more stable version, install: > ```bash > pip install jaxpm==0.0.2 > ```