From 8a25368776655db4637000be11b601eaaea2ca95 Mon Sep 17 00:00:00 2001 From: Ryan Lee Date: Tue, 20 May 2014 03:31:11 -0700 Subject: [PATCH] fix usage, add note --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 045accd..93e2559 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,8 @@ Usage ===== ``` -<> +{{video(url[,width,height])}} ``` where `url` is the embedding URL for the video, and the optional `width` and -`height` for the player size. +`height` for the player size. Do not use quotes to surround arguments. -- GitLab