diff options
author | Jouni Koivuviita <jouni@jouni.me> | 2015-09-29 12:02:21 +0300 |
---|---|---|
committer | Jouni Koivuviita <jouni@jouni.me> | 2015-09-29 12:02:21 +0300 |
commit | f8301f1e9d4ceeaf2e2fd4ce2d87fee2418fbd83 (patch) | |
tree | 3d1b21d10da6e55f18f132e7f308e173e7922f03 /README.md | |
parent | b7e73dff1e15826e8f1862db186b1e84c3e575f8 (diff) | |
download | vaadin-core-f8301f1e9d4ceeaf2e2fd4ce2d87fee2418fbd83.tar.gz vaadin-core-f8301f1e9d4ceeaf2e2fd4ce2d87fee2418fbd83.zip |
Update README.md
Fix formatting regression
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -48,11 +48,11 @@ We offer three ways to use Vaadin Components in your project: Bower, CDN and ZIP You can use Vaadin Components from CDN (see example below). This is especially convenient for services like JSFiddle, Codepen.io, etc. -For example, to import vaadin-grid, use the following URL: + For example, to import vaadin-grid, use the following URL: `https://cdn.vaadin.com/vaadin-components/latest/vaadin-grid/vaadin-grid.html` -To import all Vaadin Components, use the following URL: + To import all Vaadin Components, use the following URL: `https://cdn.vaadin.com/vaadin-components/latest/vaadin-components/vaadin-components.html` |