Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Rapiz committed Feb 21, 2020
1 parent 95d7a11 commit f347613
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
My piece of work from C assignment. Hope you like it :)

*I work on the small project on my own so the code lacks of comments.*
## Dependency
## Dependencies
The project requires no more than common SDL2 libraries.
`SDL2, SDL2-ttf, SDL2-image, SDL2-mixer`
### For Arch
Expand All @@ -12,7 +12,7 @@ $ pacman -S sdl2 sdl2_image sdl2_mixer sdl2_ttf
### For other OS
The names of packages should be similiar. You can look for SDL tutorial to set up the environment.
## Compilation
**You should make sure all dependency are installed before compiling**
**You should make sure all dependencies are installed before compiling**
```
$ make
```
Expand Down

0 comments on commit f347613

Please sign in to comment.