From 4f5897531b17a6d686df36488dc8b926b519b1b5 Mon Sep 17 00:00:00 2001 From: Mahyar Koshkouei Date: Thu, 2 Jun 2022 11:46:15 +0100 Subject: [PATCH] Readme: fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ccfafa8..460634b 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Since RP2040-GB is configured to run from internal RAM for performance, the `__i The project should now compile with your ROM builtin. -Depending on the license of the ROM that you have built into this project, the output RP2040 binary may not be redistributable under the terms of you local copyright law. +Depending on the license of the ROM that you have built into this project, the output RP2040 binary may not be redistributable under the terms of your local copyright law. ## Future work