From b37c01d93bf4f4dc6a6c3b070cadf891efe86932 Mon Sep 17 00:00:00 2001 From: nxshock Date: Fri, 23 Jun 2017 19:27:42 +0500 Subject: [PATCH] Another update of readme --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8bf03f9..13fcb4c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # colorcrop -A Go library for cropping images by removing borders with specified color. +A pure Go library for cropping images by removing borders with specified color. ## Installation @@ -8,6 +8,12 @@ A Go library for cropping images by removing borders with specified color. ## Usage +Import package with + +```go +import "github.com/nxshock/colorcrop" +``` + Crop white borders with 50% of thresold: ```go