Skip to content

Commit 55d31f6

Browse files
author
Martin Petrov
committed
remove text duplication in readme
1 parent d8ebf0a commit 55d31f6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Run `npm run release` to make version bump, add tags and update CHANGELOG automa
4343
## What is mca-cli?
4444
mca-cli and <a href="https://github.com/nordcloud/mca-monitoring">mca-monitoring</a> are used together to setup monitoring for resources in an AWS environment.
4545

46-
The `mca monitoring` command searches for resources in an AWS environment. It generates a Node project inside your main project folder and creates a *config.yml* file inside it, which lists all the resources, along with some default alarms.
46+
The `mca monitoring` command searches for resources in an AWS environment. It generates a Node project inside your main project folder and creates a *config.yml*, which lists all the resources, along with some default alarms.
4747

4848
## How does monitoring work in AWS?
4949

@@ -67,7 +67,7 @@ In the root project folder run
6767
<summary>Optional flags</summary>
6868

6969
`--service` -
70-
a space seperated list of service names to include in the search for resources By default all are included: By default all resources are included:
70+
a space seperated list of service names to include in the search for resources. By default all resources are included:
7171
<ul>
7272
<li>lambda</li>
7373
<li>dynamodb</li>
@@ -108,7 +108,7 @@ In the *monitoring* folder run `npm install`
108108

109109
In the *monitoring* folder run `npm run deploy`
110110

111-
***
111+
***it
112112

113113
## Customizing monitoring
114114
<small>Read more about <a href="">CloudWatch concepts</a></small>

0 commit comments

Comments
 (0)