Link docs in README.md

This commit is contained in:
Colby Klein 2015-09-11 11:28:08 -07:00
parent 78989682cf
commit cedf0209fc

View File

@ -5,4 +5,6 @@ Various useful bits of game math. 3D line intersections, ray casting, vectors, m
Intended to be used with LuaJIT and LÖVE (this is the backbone of LÖVE3D).
Online documentation can be found [here](http://excessive.github.io/cpml/) or you can generate them yourself using `ldoc -c doc/config.ld -o index .`
[![Build Status](https://travis-ci.org/excessive/cpml.svg?branch=master)](https://travis-ci.org/excessive/cpml)