Selaa lähdekoodia

Fixed documentation

soyjavi 13 vuotta sitten
vanhempi
commit
626f001e56
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -848,7 +848,7 @@ boolean:    Boolean to show the percentage label.
 <section id="main" data-transition="">
     <article id="main-article" class="active list indented scroll">
         <form>
-            <div class="progress">
+            <div id="prg-example" class="progress">
                 <span class="bar">
                     <span class="value"></span>
                 </span>
@@ -858,7 +858,7 @@ boolean:    Boolean to show the percentage label.
 </section>
 ```
 ``` javascript
-Lungo.Element.progress("#progress-normal", 65, true);
+Lungo.Element.progress("#prg-example", 65, true);
 ```