From eaa15923fb3344498c4182c6b9f690e1a0d95dac Mon Sep 17 00:00:00 2001 From: Anton Mitsengendler Date: Tue, 15 Nov 2016 13:00:42 +0300 Subject: [PATCH] fixed readme config highlighting --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 42a61bf..97772a9 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ pixie parse All configuration is done via JSON config file. Please note that comments are not allowed normally in JSON and listed here only as reference. -```json +```YAML { "BitsPerPixel": 2, // How many bits per pixel are used in a result array "SymbolWidth": 12, // One symbol dimensions in pixels @@ -68,4 +68,4 @@ All configuration is done via JSON config file. Please note that comments are no } ``` -``` DelimeterColor ``` parameter only applies to empty grid generation, as well as ``` ColorMappings ``` are used only while parsing graphical font. Default config.json can be found [here](https://github.com/rumkit/PixelPixie/blob/master/Pixie/config/config.json). \ No newline at end of file +``` DelimeterColor ``` parameter only applies to empty grid generation, as well as ``` ColorMappings ``` are used only while parsing graphical font. Default config.json can be found [here](https://github.com/rumkit/PixelPixie/blob/master/Pixie/config/config.json).