diff --git a/README.md b/README.md index 19329ee..bb05ccf 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,9 @@ This project is the Component wrapper implementation of [``](https://github.com/vaadin/vaadin-context-menu) element for use from the server side with [Vaadin Flow](https://github.com/vaadin/flow). +`master` branch is the latest version that will at some point be released in the [Vaadin platform](https://github.com/vaadin/platform). See other branches for other framework versions: + - `1.0` branch is Vaadin 10 (Flow/Flow-component version 1.0, but no LTS support) + ## Running the component demo Run from the command line: - `mvn jetty:run -PrunTests` @@ -25,7 +28,7 @@ add the following dependency to your `pom.xml`: ``` ## Flow documentation -Documentation for flow can be found in [Flow documentation](https://github.com/vaadin/flow-and-components-documentation/blob/master/Overview.asciidoc). +Documentation for flow can be found in [Flow documentation](https://github.com/vaadin/flow-and-components-documentation/blob/master/documentation/Overview.asciidoc). ## Contributing - Use the coding conventions from [Flow coding conventions](https://github.com/vaadin/flow/tree/master/eclipse)