From 4bd74af8a7b44ee9f7a297b71d21448db05b9125 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Blondon?= Date: Tue, 10 Sep 2024 08:37:41 +0200 Subject: [PATCH] fix two minor typo errors --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ac026367..7bde60ae 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ documentation: ### Installation from source PSPSDK can be found in the Git repository located at -https://github.com/pspdev/pspsdk. you can do the following command to download PSPSDK: +https://github.com/pspdev/pspsdk. You can do the following command to download PSPSDK: ```bash git clone https://github.com/pspdev/pspsdk.git @@ -119,7 +119,7 @@ make install ## Bugs -If you find a bug in PSPSDK, open an issue at https://github.com/pspdev/pspsdk/issues. If possible, include any +If you find a bug in PSPSDK, open an issue at https://github.com/pspdev/pspsdk/issues. If possible, include any code or documentation that can be used by the PSPSDK developers to recreate the bug.