From a23668468d31e919d60316fba75b846122e28935 Mon Sep 17 00:00:00 2001 From: Dave Rapin Date: Fri, 6 Nov 2015 10:12:24 -0500 Subject: [PATCH] Added dependencies section to readme Added dependencies section to readme w/ meteor check. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index ad33ef4..4ed9d20 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,12 @@ image resizing and cropping square on the client side before uploading the large This package solves that issue by allowing you to set a width, height and wether the image is cropped to a square. +## Dependencies + +``` +meteor add check +``` + ## Getting started `meteor add thinksoftware:image-resize-client`