Skip to content
This repository was archived by the owner on Jul 19, 2019. It is now read-only.

Commit 42eed23

Browse files
committed
add quote
1 parent dc0d798 commit 42eed23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ var LineChart = require("react-chartjs/line"); // for commonJS
4444
4545
var MyComponent = React.createClass({
4646
render: function() {
47-
return <LineChart data={chartData} options={chartOptions} width="600" height="250/>
47+
return <LineChart data={chartData} options={chartOptions} width="600" height="250"/>
4848
}
4949
});
5050
```

0 commit comments

Comments
 (0)