Skip to content

Commit b525d87

Browse files
authored
docs: Fix mvvm readme (iluwatar#1689)
1 parent c413e09 commit b525d87

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

model-view-viewmodel/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,11 @@ public class BookViewModel {
9999
</zk>
100100
```
101101

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/
102+
To deploy the example, go to model-view-viewmodel folder and run:
103+
104+
* `mvn clean install`
105+
* `mvn jetty:run -Djetty.http.port=9911`
106+
* Open browser to address: http://localhost:9911/model-view-viewmodel/
107107

108108
## Class diagram
109109

0 commit comments

Comments
 (0)