Fix libGDX capitalization

This commit is contained in:
oakes
2014-08-02 16:43:49 -04:00
parent f9a8fe7156
commit eab8caaf63
5 changed files with 7 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
## Introduction
A Clojure library that provides a wrapper for [LibGDX](http://libgdx.badlogicgames.com/), allowing you to write 2D and 3D games that run on desktop OSes (Windows, OS X, and Linux) and mobile OSes (Android and iOS) with the same Clojure codebase.
A Clojure library that provides a wrapper for [libGDX](http://libgdx.badlogicgames.com/), allowing you to write 2D and 3D games that run on desktop OSes (Windows, OS X, and Linux) and mobile OSes (Android and iOS) with the same Clojure codebase.
## Getting Started