From 494c2967a71dcea44433e50b2c8fbbf860927ece Mon Sep 17 00:00:00 2001 From: but0n Date: Sat, 3 Mar 2018 16:05:08 +0800 Subject: [PATCH] doc: fix typo SDl --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7db7996..5827a7a 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ RecastDemo uses [premake5](http://premake.github.io/) to build platform specific #### Linux -- Install SDl2 and its dependencies according to your distro's guidelines. +- Install SDL2 and its dependencies according to your distro's guidelines. - run `premake5 gmake` from the `RecastDemo` folder. - `cd Build/gmake` then `make` - Run `RecastDemo\Bin\RecastDemo`