Reduce header size

This commit is contained in:
oakes
2014-01-19 01:16:32 -05:00
parent 9616bc785a
commit d89ab807e0

View File

@@ -1,8 +1,8 @@
# Introduction
## Introduction
A play-clj game in which ... well, that part is up to you.
# Contents
## Contents
* `android/src` Android-specific code
* `desktop/resources` Images, audio, and other files
@@ -10,6 +10,6 @@ A play-clj game in which ... well, that part is up to you.
* `desktop/src-common` Cross-platform game code
* `ios/src` iOS-specific code
# Building
## Building
All projects can be built using [Nightcode](https://nightcode.info/), or on the command line using [Leiningen](https://github.com/technomancy/leiningen) with the [lein-droid](https://github.com/clojure-android/lein-droid) and [lein-fruit](https://github.com/oakes/lein-fruit) plugins.