]> source.dussan.org Git - vaadin-core.git/commitdiff
Update README.md
authorJouni Koivuviita <jouni@jouni.me>
Thu, 17 Sep 2015 07:47:39 +0000 (10:47 +0300)
committerJouni Koivuviita <jouni@jouni.me>
Thu, 17 Sep 2015 07:47:39 +0000 (10:47 +0300)
Update URLs and paths to refer to the bundle instead of just vaadin-grid

README.md

index f81d1094af11413d940fc6bb77f28a2f8132f7b3..426d409b43ee8c187da6a014fa759cc869c4146c 100644 (file)
--- a/README.md
+++ b/README.md
@@ -81,15 +81,15 @@ We offer three ways to use Vaadin Components in your project: Bower, CDN and ZIP
 
     <!-- CDN -->
     <script src="https://cdn.vaadin.com/vaadin-components/0.3.0-beta8/webcomponentsjs/webcomponents-lite.js"></script>
-    <link href="https://cdn.vaadin.com/vaadin-components/0.3.0-beta8/vaadin-grid/vaadin-grid.html" rel="import">
+    <link href="https://cdn.vaadin.com/vaadin-components/0.3.0-beta8/vaadin-components/vaadin-components.html" rel="import">
 
     <!-- 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>