Fix tools reference

This commit is contained in:
Joshua Granick
2013-11-26 12:14:25 -08:00
parent a16b2b0093
commit 0376137f5a
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ By setting up a bootstrap for your application, lime will handle all the low lev
#How it works #How it works
lime is a cross platform haxe library powered by [hxtools](http://github.com/openfl/hxtools), for building opengl across many platforms. lime is a cross platform haxe library powered by [lime-tools](http://github.com/openfl/lime-tools), for building opengl across many platforms.
Frameworks like [OpenFL](http://github.com/openfl) leverage lime to implement a cross platform Flash API. Frameworks like [OpenFL](http://github.com/openfl) leverage lime to implement a cross platform Flash API.

View File

@@ -25,7 +25,7 @@
<architecture name="armv7" if="android" /> <architecture name="armv7" if="android" />
<include haxelib="hxtools" /> <include haxelib="lime-tools" />
</section> </section>