summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJouni Koivuviita <jouni@jouni.me>2015-09-10 11:48:27 +0300
committerJouni Koivuviita <jouni@jouni.me>2015-09-10 11:48:27 +0300
commiteba01bba3fb8d3939de46e4ff491534ae1d4573c (patch)
tree29632a9153b004761a89e149e8ca77316f7c1b02 /README.md
parent01cf76e1c1db9ea734c93015d60a47875bd645af (diff)
downloadvaadin-core-eba01bba3fb8d3939de46e4ff491534ae1d4573c.tar.gz
vaadin-core-eba01bba3fb8d3939de46e4ff491534ae1d4573c.zip
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 33200ec..ddfd736 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Vaadin Components
-[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/vaadin/vaadin-components?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
+[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/vaadin/vaadin-components?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) or [discuss on the vaadin.com forum](https://vaadin.com/forum/#!/category/9848927/)
Vaadin Components is an evolving set of custom HTML elements, built using [Polymer](https://www.polymer-project.org), for building mobile and desktop web applications in modern browsers.
@@ -10,9 +10,9 @@ For contributions and issues, see the project&lsquo;s [Github repository](https:
View live examples and source code side-by-side for individual custom elements.
-| Component | Description | Features |
-| --- | --- | --- |
-| <**vaadin-grid**><li>[Examples](http://vaadin.github.io/components-examples/vaadin-grid/)<li>[API](http://vaadin.github.io/components-apidoc/#vaadin-grid) | Data grid for showing large amounts of tabular data. | Lazy-loading, virtual scrolling, frozen/fixed columns, customizable headers and footers, custom cell renderers, touch support, keyboard navigation, sorting
+| Component | Description |
+| --- | --- |
+| [<**vaadin-grid**>](https://github.com/vaadin/vaadin-grid) [Examples](http://vaadin.github.io/components-examples/vaadin-grid/) ยท [API](http://vaadin.github.io/components-apidoc/#vaadin-grid) | Data grid for showing large amounts of tabular data. |
### Quickstart