From dcf58742b8d204b51e4f559499d5253fcbefcae1 Mon Sep 17 00:00:00 2001 From: PolloLoco Date: Wed, 4 Jan 2023 22:52:39 +0100 Subject: [PATCH] Fix typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f5b406c..5711402 100644 --- a/README.md +++ b/README.md @@ -504,8 +504,8 @@ Here are some common framebuffer sizes that you might want to use: ``` - 16GB: ```toml - framebuffer = 0x3BA400000 - framebuffer_reservation = 0x45C00000 + framebuffer = 0x3BC000000 + framebuffer_reservation = 0x44000000 ``` - 20GB: ```toml