diff options
author | Aleksi Hietanen <aleksi@vaadin.com> | 2016-11-29 16:49:42 +0200 |
---|---|---|
committer | Aleksi Hietanen <aleksi@vaadin.com> | 2016-11-29 16:49:42 +0200 |
commit | 373bd63dcd2ed659d953ad591c4099b658aec8f6 (patch) | |
tree | 5f675aa102e90649a63993b2f88a7a4c6753b954 /README.md | |
parent | 7ff852f9a96c1264b5b2d8613be70ad0b5fc2dc4 (diff) | |
download | vaadin-framework-373bd63dcd2ed659d953ad591c4099b658aec8f6.tar.gz vaadin-framework-373bd63dcd2ed659d953ad591c4099b658aec8f6.zip |
Fix typo in README.md
Change-Id: I04a4bf8dbed15960682095ff78c45f38d75db37b
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ # Vaadin Framework -*[Vaadin Framework](https://vaadin.com/framework) allows you to build modern web apps efficiently in plain Java, without touchking low level web technologies.* +*[Vaadin Framework](https://vaadin.com/framework) allows you to build modern web apps efficiently in plain Java, without touching low level web technologies.* For instructions about _using_ Vaadin to develop applications, please refer to [Vaadin tutorial](https://vaadin.com/docs/-/part/framework/tutorial.html) and other [documentation](https://vaadin.com/docs/). |