From 36c9ddf6c7269649ef38fd6619a4f0686465d6c6 Mon Sep 17 00:00:00 2001 From: Arthus Belliqueux Date: Tue, 22 Dec 2020 11:21:49 +0100 Subject: [PATCH] Syntax Correction --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 92d3787..3077358 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ So, if you don't know it yet, the fun in PSX development is to be able to upload This means that the data you'll use in your program ( graphics, sounds, etc.) will have to be embedded in your exe in a binary form, as you won't be able to stream them from the serial port. -/Well technically you could load them in memory before uploading your exe or stream them from a cd, but let's keep things simple for now./ +*Well technically you could load them in memory before uploading your exe or stream them from a cd, but let's keep things simple for now.* With our setup, this is quite easy !