From dedea70097d9510e812c748a74cf73c6564e3bf9 Mon Sep 17 00:00:00 2001 From: Alec Ritson Date: Tue, 6 Jan 2015 11:51:39 +0000 Subject: [PATCH] Update Readme.md --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 9954498..ed8f9b5 100644 --- a/Readme.md +++ b/Readme.md @@ -73,7 +73,7 @@ To use this plugin in your templates, simply use these tags: ### Example Code Block with manual URL - {{ placid url="http://api.dribbble.com/shots/everyone" }} + {{ placid url="http://api.dribbble.com/shots/everyone" cache="false" refresh="1200" }} {{ shots }} {{ title }} {{ /shots }}