From 014a6a36ca0c8f02fdffdfdb6f261317debcdea9 Mon Sep 17 00:00:00 2001 From: Paul Verest Date: Tue, 22 Mar 2016 09:26:29 +0800 Subject: [PATCH] README - colorize example --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 495fd32..6699da0 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,7 @@ If you want a key to inherit the values of another key, you can use a reference. ### Example +```ini [[General]] [yes] en = Yes @@ -78,6 +79,7 @@ If you want a key to inherit the values of another key, you can use a reference. en = ``%@`` tags = myothertag comment = This string will evaluate to `%@`. +``` ## Supported Output Formats