Skip to content

Commit 5ad6eae

Browse files
committed
DOCSP-53434 -- Small changes in read me. Test commit to confirm writing permission
1 parent a87d33a commit 5ad6eae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/l1-resources/cluster/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# cluster
1+
# CfnCluster
22

33
The official [MongoDB Atlas](https://www.mongodb.com/) AWS CDK resource for Node.js.
44

@@ -9,15 +9,15 @@ The official [MongoDB Atlas](https://www.mongodb.com/) AWS CDK resource for Node
99

1010
## Description
1111

12-
The cluster resource provides access to your cluster configurations. The resource lets you create, edit and delete clusters. The resource requires your Project ID.
12+
The `CfnCluster` resource provides access to your cluster configurations and enable you to create, edit and delete clusters. The `CfnCluster` resource requires your Project ID.
1313

1414
## MongoDB Atlas API Docs
1515

1616
For more information about the API refer to: [API Endpoints](https://www.mongodb.com/docs/api/doc/atlas-admin-api-v2/group/endpoint-clusters)
1717

1818
## Usage
1919

20-
In order to use this library, you will need to activate this AWS CloudFormation Registry type in your account. You can do this via the AWS Management Console or using the [AWS CLI](https://aws.amazon.com/cli/) using the following command:
20+
In order to use this library, you must activate the following AWS CloudFormation Registry type in your account. You can do this via the AWS Management Console or through the [AWS CLI](https://aws.amazon.com/cli/) using the following command:
2121

2222
```sh
2323
aws cloudformation activate-type \

0 commit comments

Comments
 (0)