Skip to content

Commit fba1f19

Browse files
angliche fixes
1 parent 4435ee4 commit fba1f19

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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.
2929
You can also checkout the **[Vue GWT Demo page](https://axellience.github.io/vue-gwt-demo/)**.
3030

3131
Curious 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 **experimental** state.
3838
The syntax is not final and might change between versions.
@@ -48,4 +48,4 @@ If you use it on a small project, please [let us know how it goes](https://gitte
4848
<a href="https://www.genmymodel.com" target="_blank">
4949
<img src="https://axellience.github.io/vue-gwt/resources/images/GenMyModel-Logo-Black.png" alt="GenMyModel" height="50"/>
5050
</a>
51-
</p>
51+
</p>

0 commit comments

Comments
 (0)