Skip to content
This repository has been archived by the owner on Oct 8, 2020. It is now read-only.

Commit

Permalink
Update readme with the new link to docs and branching (#21)
Browse files Browse the repository at this point in the history
* Update readme with the new link to docs and branching

Part of fix for vaadin-button-flow/issues/83

* Don't mention LTS for this component

* Mention that there is no LTS support
  • Loading branch information
Denis authored and ZheSun88 committed Sep 24, 2018
1 parent b302cd9 commit a562207
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
This project is the Component wrapper implementation of [`<vaadin-context-menu>`](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`
Expand All @@ -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)
Expand Down

0 comments on commit a562207

Please sign in to comment.