From d7018212e151aad6f43dd88b3246477161e3ba52 Mon Sep 17 00:00:00 2001 From: Nikunj Kanetiya Date: Fri, 7 Jul 2017 14:37:17 +0530 Subject: [PATCH] Update README info --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3945121..7d7687b 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ # Laravel Color Palette Laravel Wrapper for [Color-Thief-PHP](https://github.com/ksubileau/color-thief-php) with additional changes. Grabs the **dominant color** or a **representative color palette** from an image. Uses PHP and GD or Imagick. -This Laravel package is extremely useful to grab **dominant color** or a **representative color palette** from images. See the below image for the example. -![](https://rawcdn.githack.com/nikkanetiya/laravel-color-palette/master/tests/images/example.png) +This Laravel package is extremely useful to grab **dominant color** or a **representative color palette** from images. See this image for the example. + +![example image](https://rawcdn.githack.com/nikkanetiya/laravel-color-palette/master/tests/images/example.png) ## Contents