Skip to content

Commit

Permalink
let over const
Browse files Browse the repository at this point in the history
  • Loading branch information
zxqx committed Apr 29, 2016
1 parent 6f0380e commit b095fb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -19,7 +19,7 @@ $ npm install d3-concentric-circles
```js
import d3ConcentricCircles from 'd3-concentric-circles';

const data = [
let data = [
{ label: 'Other', value: 77 },
{ label: 'Apps', value: 158 },
{ label: 'OS', value: 92 },
Expand Down

0 comments on commit b095fb6

Please sign in to comment.