soyjavi 13 лет назад
Родитель
Сommit
626f001e56
1 измененных файлов с 2 добавлено и 2 удалено
  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="">
 <section id="main" data-transition="">
     <article id="main-article" class="active list indented scroll">
     <article id="main-article" class="active list indented scroll">
         <form>
         <form>
-            <div class="progress">
+            <div id="prg-example" class="progress">
                 <span class="bar">
                 <span class="bar">
                     <span class="value"></span>
                     <span class="value"></span>
                 </span>
                 </span>
@@ -858,7 +858,7 @@ boolean:    Boolean to show the percentage label.
 </section>
 </section>
 ```
 ```
 ``` javascript
 ``` javascript
-Lungo.Element.progress("#progress-normal", 65, true);
+Lungo.Element.progress("#prg-example", 65, true);
 ```
 ```