From 827a9c412b5157dbf4bbf5f1d724dd834677cff7 Mon Sep 17 00:00:00 2001 From: THATGUYtm <57741394+THATGUYtm@users.noreply.github.com> Date: Sun, 18 Oct 2020 11:27:30 +1100 Subject: [PATCH] typo --- Working-on-Raspberry-Pi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Working-on-Raspberry-Pi.md b/Working-on-Raspberry-Pi.md index 94ce412..863b938 100644 --- a/Working-on-Raspberry-Pi.md +++ b/Working-on-Raspberry-Pi.md @@ -1,4 +1,4 @@ -To build your raylib game for Raspberry Pi you just need to download raylib git repository (or wget the current release from [here](https://github.com/raysan5/raylib/releases)). All required libraries come with the raylib, **no additional dependencies are required**. raylib also comes with ready-to-use makefiles to compile source code and examples. +To build your raylib game for Raspberry Pi you just need to download raylib git repository (or get the current release from [here](https://github.com/raysan5/raylib/releases)). All required libraries come with the raylib, **no additional dependencies are required**. raylib also comes with ready-to-use makefiles to compile source code and examples. ### Supported Devices and OS