@@ -14,25 +14,25 @@ It let you write Vue.js components in Java.
1414* Template expressions ** type checking** at compile time
1515* ** HTML templates are compiled** during Java Compilation (only requires Vue.js runtime)
1616* Use ** regular Java Objects and Collections** in your templates
17- * Support ** most of Vue.js features**
17+ * Supports ** most of Vue.js features**
1818* Integrates with GWT Resources and Widgets
1919
2020## Who is this for?
2121
2222* You want to code a ** Vue app with type checking** , and take advantage of GWT optimizations.
23- * You have ** GWT app** , and you want ** easy to write views** with ** 2 way data binding** .
23+ * You have ** GWT app** , and you want an ** easy way to write views** with ** 2- way data binding** .
2424* You have a ** Vue app** and you need to ** use a Java library in some Components** .
2525
2626## What does it look like?
2727
28- You can start reading ** [ our documentation] ( https://axellience.github.io/vue-gwt/introduction/ ) ** it contains live examples.
28+ You can start by reading ** [ our documentation] ( https://axellience.github.io/vue-gwt/introduction/ ) ** that contains live examples.
2929You can also checkout the ** [ Vue GWT Demo page] ( https://axellience.github.io/vue-gwt-demo/ ) ** .
3030
3131Curious about the implementation? See the sources in our public ** [ Github repository] ( https://github.com/Axellience/vue-gwt ) ** .
3232
3333## Let's do this!
3434
35- When you are ready, you can get started with by ** [ setting it up on your project] ( https://axellience.github.io/vue-gwt/project-setup.html ) ** .
35+ When you are ready, you can start by ** [ setting it up on your project] ( https://axellience.github.io/vue-gwt/project-setup.html ) ** .
3636
3737> ️ ℹ️ Vue GWT is in an ** beta** state.
3838 It may still contain some bugs.
@@ -47,4 +47,4 @@ If you use it on a small project, please [let us know how it goes](https://gitte
4747 <a href="https://www.genmymodel.com" target="_blank">
4848 <img src="https://axellience.github.io/vue-gwt/resources/images/GenMyModel-Logo-Black.png" alt="GenMyModel" height="50"/>
4949 </a>
50- </p >
50+ </p >
0 commit comments