Skip to content

Commit cb047da

Browse files
committed
Fix line break issue in readme.md
1 parent ae88c08 commit cb047da

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ npm install react react-dom fusioncharts react-fusioncharts --save
2424
#### Step 2: Add the HTML container element for rendering the chart
2525

2626
In your HTML, find the section where you wish to render the chart place a `<div>` for the FusionCharts to be rendered.
27-
`<div id='chart-container'></div>`
27+
28+
`<div id='chart-container'></div>`
2829

2930
#### Step 3: Import react-fusioncharts package from npm
3031

0 commit comments

Comments
 (0)