From 626f001e561031fc0efa8bdc6dd21d82a7229621 Mon Sep 17 00:00:00 2001 From: soyjavi Date: Fri, 12 Jul 2013 18:36:53 +0200 Subject: [PATCH] Fixed documentation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aa5e442e..a1a95b29 100644 --- a/README.md +++ b/README.md @@ -848,7 +848,7 @@ boolean: Boolean to show the percentage label.
-
+
@@ -858,7 +858,7 @@ boolean: Boolean to show the percentage label.
``` ``` javascript -Lungo.Element.progress("#progress-normal", 65, true); +Lungo.Element.progress("#prg-example", 65, true); ```