Skip to content

Commit e79f696

Browse files
committed
Fixed README llint errors
1 parent 827317f commit e79f696

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,12 +196,15 @@ mvn clean deploy
196196
## [Upgrade](#upgrade)
197197

198198
To check the pom.xml with the latest versions, run
199-
```
199+
200+
```bash
200201
cd server
201202
mvn versions:display-dependency-updates -DprocessDependencyManagement=false -DdependencyIncludes=*:*
202203
```
204+
203205
To see the latest versions report for the client run
204-
```
206+
207+
```bash
205208
cd client
206209
nvm use
207210
yarn outdated

0 commit comments

Comments
 (0)