Skip to content

Commit

Permalink
Fixed documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
soyjavi committed Jul 12, 2013
1 parent 56d3761 commit 626f001
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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);
```
Expand Down

0 comments on commit 626f001

Please sign in to comment.