From 57fa9e7f3fc56d4b91e2bd7a56d167a88b9ebacf Mon Sep 17 00:00:00 2001 From: Patrick Wuttke Date: Wed, 9 Oct 2024 10:13:49 +0200 Subject: [PATCH] Fixed typo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bba6a69..1b31d6f 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ git apply After that run the build again and everything should work just fine. ## Running -After compiling you can find the executable in `bin/sdl_gpu_test[.exe]`. You can either run it without any arguments to execute the latest iteration of my test application or pass the `--app` parameter to chose another one. You can find the names of the apps in [main.cpp](https://git.mewin.de/mewin/sdl_gpu_test/src/branch/master/private/sdl_gpu_test/main.cpp) or by using `--app` with an invalid value :). +After compiling you can find the executable in `bin/sdl_gpu_test[.exe]`. You can either run it without any arguments to execute the latest iteration of my test application or pass the `--app` parameter to choose another one. You can find the names of the apps in [main.cpp](https://git.mewin.de/mewin/sdl_gpu_test/src/branch/master/private/sdl_gpu_test/main.cpp) or by using `--app` with an invalid value :). ## Further Reading If you want to learn more about SDL_gpu.h, try the following: