Skip to content

Commit

Permalink
fix readme syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Nesbitt committed Oct 31, 2010
1 parent 703be65 commit a338856
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions readme.textile
@@ -1,12 +1,12 @@
h2. mogade-java
h1. mogade-java

mogade-java is the java language library for using the mogade API.

mogade provides an api service that helps you build better games. More about mogade can be read at "mogade.com":http://mogade.com/

h3. Usage
h2. Usage

@
<pre>
String leaderboardId = "MyFunGame";

Mogade mogade = MogadeImpl.create("MyGameKey", "MySecret");
Expand All @@ -30,8 +30,8 @@ if (response.getOverall() > 0)
{
//do something with rank
}
@
</pre>

h3. Other language libraries for mogade
h2. Other language libraries for mogade

"mogade.com/libraries":http://mogade.com/libraries

0 comments on commit a338856

Please sign in to comment.