Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
mfornos committed Oct 31, 2023
1 parent b3e8454 commit 986d664
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,16 +65,16 @@ TBD
Install and build:

```shell
➜ npm i

➜ npm run build
npm i && npm run build
```

Run:

```shell
➜ npx xcm-mon --help
npx xcm-mon --help
```

```shell
Usage: xcm-mon [options]

XCM Monitoring Server
Expand All @@ -97,7 +97,7 @@ Options:
Uses nodemon to automatically restart the application on file changes.

```shell
npm run dev
npm run dev
```

## Web APIs
Expand Down Expand Up @@ -125,7 +125,7 @@ The server exposes a healthchek endpoint at

To run unit tests:

```
```shell
npm run test
```

Expand Down

0 comments on commit 986d664

Please sign in to comment.