diff --git a/README.md b/README.md index 77e0845..ce35db6 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,14 @@ It converts this: my.property=My Property +Or this: + + + Into this: public static final String MY_PROPERTY = "My Property"; + public static final boolean DEBUG = true; How do I use it?