We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92c28dd commit f9a5b56Copy full SHA for f9a5b56
1 file changed
README.md
@@ -17,7 +17,7 @@ For more and detailed usage examples please have a look at [the demo](./vaadin-c
17
### Minimal
18
19
```java
20
-// Assumes that this code is in some kind of Vaadin component
+// Assumes that this code is in some kind of Vaadin component or view
21
22
ChartContainer chart = new ChartContainer();
23
this.add(chart);
0 commit comments