Skip to content

Commit

Permalink
fixed readme config highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
rumkit committed Nov 15, 2016
1 parent 56ebcc5 commit eaa1592
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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).
``` 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).

0 comments on commit eaa1592

Please sign in to comment.