aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorJordan Halase <jordan@halase.me>2019-09-30 11:03:39 -0500
committerJordan Halase <jordan@halase.me>2019-09-30 11:03:39 -0500
commitdd0bc299e39e1afb8acfd34698d6bea8f9df8587 (patch)
tree70bc03c6a3e79b1044d3b665c221c50ce0c88e99 /readme.md
parentbeeb3c3b0379a9d7f12f99393d67546cb973968a (diff)
Fix formatting in readme
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/readme.md b/readme.md
index 29b3e4b..87b2125 100644
--- a/readme.md
+++ b/readme.md
@@ -8,9 +8,9 @@ Simple Asteroids clone in C as an exercise in game development.
In order to compile, the SDL2 development libraries are needed.
-* Debian, Ubuntu, Raspbian: `sudo apt install libsdl2-dev`.
+* Debian, Ubuntu, Raspbian: `sudo apt install libsdl2-dev`
-* Red Hat, Fedora, CentOS: `sudo yum install SDL2-devel
+* Red Hat, Fedora, CentOS: `sudo yum install SDL2-devel`
* Arch: `sudo pacman -S sdl2`