Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikaoto committed Apr 9, 2018
1 parent b4fe0e8 commit 38f52c1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
██████╔╝███████╗███████╗██║
╚═════╝ ╚══════╝╚══════╝╚═╝
```
[![Lua](https://img.shields.io/badge/Lua-5.0+-000080.svg)](https://lua.org)
[![Lua](https://img.shields.io/badge/Lua-JIT/5.0+-000080.svg)](https://lua.org)
[![LOVE](https://img.shields.io/badge/L%C3%96VE-11.0-EA316E.svg)](http://love2d.org/)

**deep** is a tiny library for queuing and executing actions in sequence.
Expand Down Expand Up @@ -136,10 +136,10 @@ end
```
---

The demo files have small examples of how deep's different functions should be used. You should at
least look at the `README.md` of each demo to see what deep can do. If you intend to use deep, I
The example files have small examples of how deep's different functions should be used. You should at
least look at the `README.md` of each example to see what deep can do. If you intend to use deep, I
*highly* recommend you read some of the code as well.

Here's what [demo0](https://github.com/Nikaoto/deep/tree/master/demo0) does:
Here's what [example0](https://github.com/Nikaoto/deep/tree/master/examples/example1) does:

![demo0 love2d 2.5D example](https://i.imgur.com/j5OJe46.gif)
![example0 love2d 2.5D example](https://i.imgur.com/j5OJe46.gif)

0 comments on commit 38f52c1

Please sign in to comment.