Skip to content
This repository has been archived by the owner on Feb 17, 2018. It is now read-only.

Commit

Permalink
Formats README
Browse files Browse the repository at this point in the history
  • Loading branch information
jle committed Feb 13, 2012
1 parent bd17d8a commit 80f953c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -10,9 +10,14 @@ It converts this:


my.property=My Property my.property=My Property


Or this:

<property name="debug" value="true"/>

Into this: Into this:


public static final String MY_PROPERTY = "My Property"; public static final String MY_PROPERTY = "My Property";
public static final boolean DEBUG = true;




How do I use it? How do I use it?
Expand Down

0 comments on commit 80f953c

Please sign in to comment.