From bd2f7218f40c3e7025fef6b05d596c0cb01f3aee Mon Sep 17 00:00:00 2001 From: Ali Ismayilov Date: Thu, 24 Jul 2014 10:05:17 -0300 Subject: [PATCH] Add usage examples for uplio plugin --- plugins/uplio/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/plugins/uplio/README.md b/plugins/uplio/README.md index 6d535f027..1a5c97253 100644 --- a/plugins/uplio/README.md +++ b/plugins/uplio/README.md @@ -3,3 +3,12 @@ 1. Uploads the file to [upl.io](http://upl.io/). 1. Copies url to clipboards. 1. Print the url to the terminal. + + +## Usage + +```sh +$ uplio Gemfile +#=> Uploading... +#=> http://upl.io/5fzpcn +```