Fix mvvm readme

This commit is contained in:
Ilkka Seppälä 2021-03-22 21:42:58 +02:00
parent c413e0902e
commit 823f922c43
No known key found for this signature in database
GPG Key ID: 31B7C8F5CC412ECB

View File

@ -99,11 +99,11 @@ public class BookViewModel {
</zk>
```
Note:
* To deploy this, go to model-view-viewmodel folder and run:
* mvn clean install
* mvn jetty:run -Djetty.http.port=9911
* In browser, http://localhost:9911/model-view-viewmodel/
To deploy the example, go to model-view-viewmodel folder and run:
* `mvn clean install`
* `mvn jetty:run -Djetty.http.port=9911`
* Open browser to address: http://localhost:9911/model-view-viewmodel/
## Class diagram