From 828c62013ffa8f8723b094c4eae39725441aadac Mon Sep 17 00:00:00 2001 From: Sam Thomson Date: Fri, 28 Oct 2016 00:36:28 +0200 Subject: [PATCH] added composer update instruction user needs to run 'composer update' after adding to their composer file --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bde081a..3f067ee 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ Simply add the following to your ```composer.json``` file: "brianmcdo/image-palette": "dev-master" } ``` +and then run ```composer update``` ## Usage