From f1ef53e36119a758394655826879421dd36d9f45 Mon Sep 17 00:00:00 2001 From: "D. MacCarthy" Date: Sun, 12 Mar 2023 07:28:37 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f6497b7..8a22910 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Latest stable release (2.2): pip3 install sc8pr ``` -Beta release (3.0.b0): Please note that **sc8prx** includes “extras” that have dependencies other than **pygame**. Use **sc8pr** if you just want the core features with no extra dependencies. +Beta release (3.0.b0): Please note that **sc8prx** includes “extras” that have dependencies other than **pygame**. Use **sc8pr** instead of **sc8prx** if you just want the core features with no extra dependencies. ``` pip3 install sc8prx==3.0b0 ```