Skip to content

Commit 29992e5

Browse files
authored
Fixed typos
1 parent 92a6671 commit 29992e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The parameters are:
5353
2. databaseType: Enter either "mongo" or "sql"
5454
3. databaseURL: Enter the URL of your database
5555
4. wantMicroHealth: Do you want to monitor the health of this microservice? Enter "yes" or "no"
56-
5. queryFrequency (optional): How frequently do you want the log the health of this microservice? It defaults to every minute, but you can choose:
56+
5. queryFrequency (optional): How frequently do you want to log the health of this microservice? It defaults to every minute, but you can choose:
5757
* "s" : every second
5858
* "m" : every minute (default)
5959
* "h" : every hour
@@ -82,7 +82,7 @@ app.use('/', cmd.microCom(values)
8282
8383
After installing the node module in each microservice, download the Electron desktop application from the public [Chronos](https://github.com/Chronos2-0/Chronos) repo.
8484
85-
Inside the downloaded directory, install all dependencies using the `npm install` command followed by the `npm start` to start the Electron desktop application.
85+
Inside the downloaded directory, install all dependencies using the `npm install` command followed by the `npm start` command to start the Electron desktop application.
8686
8787
## Contributing
8888

0 commit comments

Comments
 (0)