Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsqi committed Jun 28, 2018
1 parent 96b10f1 commit c2f8fc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Expand Up @@ -52,8 +52,8 @@ const percentage = 60;
```jsx
<CircularProgressbar
percentage={percentage}
className={customClassForPercentage()} // calls function
text={customTextForPercentage()} // calls function
className={customClassForPercentage(percentage)} // call function directly
text={customTextForPercentage(percentage)} // call function directly
/>
```

Expand Down

0 comments on commit c2f8fc9

Please sign in to comment.