From 6d765a2cac75c6671045d81ee8c9d26039f41030 Mon Sep 17 00:00:00 2001 From: andri lim Date: Fri, 12 May 2017 18:46:09 +0700 Subject: [PATCH] update readme.md --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index aae1548..a15a9c5 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,4 @@ -#nimPNG +# nimPNG Portable Network Graphics Encoder and Decoder written in Nim store lossless image with good compression all PNG standard color mode are supported: @@ -42,10 +42,10 @@ Supported color conversions: - removing alpha channel - higher to smaller bitdepth, and vice versa -###Planned Feature(s): +### Planned Feature(s): - streaming for progressive loading -##Basic Usage +## Basic Usage ```nimrod import nimPNG