Skip to content

Commit dd5a882

Browse files
committed
Updates to docs with examples, version and references
1 parent c5987c5 commit dd5a882

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ sudo n stable
5252

5353
```bash
5454
$ node -v
55-
v18.12.1
55+
v20.3.1
5656
```
5757

5858
Update (provided Node version manager is installed): `n stable`. May require `sudo`.
@@ -61,7 +61,7 @@ Update (provided Node version manager is installed): `n stable`. May require `su
6161

6262
```bash
6363
$ npm -v
64-
8.19.2
64+
9.7.2
6565
```
6666

6767
Updating npm: `sudo n stable` where stable can also be a specific version above 8.4. May require `sudo`.
@@ -98,14 +98,16 @@ make list
9898
Note: Some patterns have a hard dependency on AWS Secrets (for example GitHub access tokens). Initially you will see errors complaining about lack of the required secrets. It is normal. At the bottom, it will show the list of patterns which can be deployed, in case the pattern you are looking for is not available, it is due to the hard dependency which can be fixed by following the docs specific to those patterns.
9999

100100
```
101-
To work with patterns use:
102-
$ make pattern <pattern-name> <list | deploy | synth | destroy>
101+
To work with patterns use:
102+
$ make pattern <pattern-name> <list | deploy | synth | destroy>
103103
Example:
104-
$ make pattern single-new-eks-cluster-opensource deploy
104+
$ make pattern single-new-eks-opensource-observability deploy
105105
106106
Patterns:
107107
108108
single-new-eks-awsnative-observability
109+
single-new-eks-cluster
110+
single-new-eks-graviton-opensource-observability
109111
single-new-eks-mixed-observability
110112
single-new-eks-opensource-observability
111113
```
@@ -153,9 +155,9 @@ new SingleNewEksOpenSourceobservabilityConstruct(app, 'single-new-eks-opensource
153155
// configureApp() will create app and configure loggers and perform other prep steps
154156
```
155157

156-
## Security
158+
## Contribution
157159

158-
See [CONTRIBUTING](./contributors.md#security-issue-notifications) for more information.
160+
See [CONTRIBUTING](./CONTRIBUTING.md) for more information.
159161

160162
## License
161163

0 commit comments

Comments
 (0)