From ea871becf57f4ae7ea7c21ecd76b2131e22f13a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E6=B9=9B=E6=98=8E?= Date: Mon, 25 Mar 2024 21:08:55 +0000 Subject: [PATCH] Fix a typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 47588aa..311f005 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ Type 'fxsdk build-fx' or 'fxsdk build-cg' to compile the program. From that folder, you can build the add-in with the `fxsdk build-*` commands: ```bash -# Build the add-in for fx-98600G-series calculators (.g1a): +# Build the add-in for fx-9860G-series calculators (.g1a): % fxsdk build-fx # Build the add-in for fx-CG-series calculators (.g3a): % fxsdk build-cg