Skip to content

Commit

Permalink
circular
Browse files Browse the repository at this point in the history
  • Loading branch information
kristianmandrup committed Aug 22, 2012
1 parent 11f24e4 commit 2d0e373
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -90,7 +90,7 @@ You can pass a set of these options to the initialize function to set a custom b
<tr>
<td><strong>barColor</strong></td>
<td>#ef1e25</td>
<td>The color of the curcular bar. You can pass either a css valid color string like rgb, rgba hex or string colors. But you can also pass a function that accepts the current percentage as a value to return a dynamically generated color.</td>
<td>The color of the circular bar. You can pass either a css valid color string like rgb, rgba hex or string colors. But you can also pass a function that accepts the current percentage as a value to return a dynamically generated color.</td>
</tr>
<tr>
<td><strong>trackColor</strong></td>
Expand Down Expand Up @@ -152,7 +152,7 @@ $(function() {
}, 5000);
});
</script>
```
``

## Contributing to easy_as_pie

Expand Down

0 comments on commit 2d0e373

Please sign in to comment.