Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
robertmathew committed Jul 3, 2024
1 parent 5ca12ff commit b45fcc4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/admin-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ API

To build
<br>
```./gradlew admin-server:build```
```./gradlew :modules:admin-server:build```

To run
<br>
```./gradlew admin-server:bootRun```
```./gradlew :modules:admin-server:bootRun```

To run tests
<br>
```./gradlew admin-server:test```
```./gradlew :modules:admin-server:test```

0 comments on commit b45fcc4

Please sign in to comment.