Skip to content

Commit

Permalink
add documentation link to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tesselode authored Apr 24, 2020
1 parent da316f4 commit 382e6ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Cartographer
Cartographer is a small library for loading, reading, and drawing Tiled maps in LÖVE. It draws tile layers and tile objects, and it has various utilities to make parsing Tiled maps easier.

### [Documentation](https://tesselode.github.io/cartographer/)

## Usage example
```lua
local cartographer = require 'cartographer'
Expand Down

0 comments on commit 382e6ff

Please sign in to comment.