aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorManolo Carrasco <manolo@apache.org>2015-09-18 08:47:08 +0200
committerManolo Carrasco <manolo@apache.org>2015-09-18 08:47:08 +0200
commita2f691105f32cd22f2fd0fcd5fd31efeb5676baa (patch)
tree9c48b21c351e225c753ebe084290ae64c8f3eaf1 /README.md
parent3a09b166f8a69b34a11fefe57c272e563cedf209 (diff)
parent0df97b50792063bd72e0a921b697e536b0d72340 (diff)
downloadvaadin-core-a2f691105f32cd22f2fd0fcd5fd31efeb5676baa.tar.gz
vaadin-core-a2f691105f32cd22f2fd0fcd5fd31efeb5676baa.zip
merged with master
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index cd3bf06..c57595a 100644
--- a/README.md
+++ b/README.md
@@ -84,11 +84,11 @@ We offer three ways to use Vaadin Components in your project: Bower, CDN and ZIP
<!-- Bower -->
<!-- <script src="bower_components/webcomponentsjs/webcomponents-lite.js"></script>
- <link href="bower_components/vaadin-components/vaadin-grid/vaadin-grid.html" rel="import"> -->
+ <link href="bower_components/vaadin-components/vaadin-components.html" rel="import"> -->
<!-- ZIP archive -->
<!-- <script src="deps/vaadin-components/webcomponentsjs/webcomponents-lite.js"></script>
- <link href="deps/vaadin-components/vaadin-grid/vaadin-grid.html" rel="import"> -->
+ <link href="deps/vaadin-components/vaadin-components/vaadin-components.html" rel="import"> -->
</head>
<body>