From 4c1fd984226fd06a0558c93fabd320245eb9314b Mon Sep 17 00:00:00 2001 From: oakes Date: Fri, 30 May 2014 10:35:06 -0400 Subject: [PATCH] Reduce redundancy of wording --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3881e2c..841c323 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,11 @@ A Clojure library that provides a wrapper for [LibGDX](http://libgdx.badlogicgam ## Getting Started -There are several different ways to get started: +There are several different ways to create a project: -* Create a project with [Leiningen](https://github.com/technomancy/leiningen): `lein new play-clj hello-world` -* Create a project with [Nightcode](https://nightcode.info/) by clicking "New Project", providing a name, and choosing the "Game" option -* Create a project with [Nightmod](https://nightmod.net/) (easiest and most restrictive way) +* [Leiningen](https://github.com/technomancy/leiningen): `lein new play-clj hello-world` +* [Nightcode](https://nightcode.info/): Click "New Project", provide a name, and choose the "Game" option +* [Nightmod](https://nightmod.net/) (easier but less flexible) ## Justification