summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJouni Koivuviita <jouni@jouni.me>2015-09-17 10:47:39 +0300
committerJouni Koivuviita <jouni@jouni.me>2015-09-17 10:47:39 +0300
commit0df97b50792063bd72e0a921b697e536b0d72340 (patch)
tree1289c4139214ef71fc246c221bb65a332879bcc3 /README.md
parent0a0f56e77f81101a9ba43ce45d753850abe88df3 (diff)
downloadvaadin-core-0df97b50792063bd72e0a921b697e536b0d72340.tar.gz
vaadin-core-0df97b50792063bd72e0a921b697e536b0d72340.zip
Update README.md
Update URLs and paths to refer to the bundle instead of just vaadin-grid
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index f81d109..426d409 100644
--- 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>