From d89ab807e0ea2f02d9f549812d252cd1a1c5a2f7 Mon Sep 17 00:00:00 2001 From: oakes Date: Sun, 19 Jan 2014 01:16:32 -0500 Subject: [PATCH] Reduce header size --- template/src/leiningen/new/play_clj/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/template/src/leiningen/new/play_clj/README.md b/template/src/leiningen/new/play_clj/README.md index 01bc42e..9cba097 100644 --- a/template/src/leiningen/new/play_clj/README.md +++ b/template/src/leiningen/new/play_clj/README.md @@ -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.