We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c413e09 commit b525d87Copy full SHA for b525d87
1 file changed
model-view-viewmodel/README.md
@@ -99,11 +99,11 @@ public class BookViewModel {
99
</zk>
100
```
101
102
-Note:
103
-* To deploy this, go to model-view-viewmodel folder and run:
104
-* mvn clean install
105
-* mvn jetty:run -Djetty.http.port=9911
106
-* 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/
107
108
## Class diagram
109
0 commit comments