Skip to content

Commit f980685

Browse files
committed
Fix IJ destroying the Readme
1 parent 3b0803b commit f980685

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ A Chart.js 4+ Wrapper for Vaadin
1313
## Usage
1414

1515
1. Define a custom chart or use the ``showChart``-method directly.<br/>Example:
16-
1716
```java
1817
public class ExampleChartContainer extends ChartContainer
1918
{
@@ -34,7 +33,6 @@ A Chart.js 4+ Wrapper for Vaadin
3433
```
3534

3635
2. Add the chart to your view/component:
37-
3836
```java
3937
public class ExampleView extends VerticalLayout
4038
{

0 commit comments

Comments
 (0)