diff --git a/src/README.md b/src/README.md
index 7fcd021..a7e6a0d 100644
--- a/src/README.md
+++ b/src/README.md
@@ -1,14 +1,15 @@
# Component: `account-settings`
-This component is responsible for provisioning account level settings: IAM password policy, AWS Account Alias, EBS encryption, and Service Quotas.
+This component is responsible for provisioning account level settings: IAM password policy, AWS Account Alias, EBS
+encryption, and Service Quotas.
## Usage
**Stack Level**: Global
-Here's an example snippet for how to use this component. It's suggested to apply this component to all accounts,
-so create a file `stacks/catalog/account-settings.yaml` with the following content and then import
-that file in each account's global stack (overriding any parameters as needed):
+Here's an example snippet for how to use this component. It's suggested to apply this component to all accounts, so
+create a file `stacks/catalog/account-settings.yaml` with the following content and then import that file in each
+account's global stack (overriding any parameters as needed):
```yaml
components:
@@ -68,6 +69,7 @@ components:
value: null
```
+
## Requirements
@@ -138,8 +140,11 @@ components:
|------|-------------|
| [account\_alias](#output\_account\_alias) | Account alias |
+
## References
-* [cloudposse/terraform-aws-components](https://github.com/cloudposse/terraform-aws-components/tree/main/modules/account-settings) - Cloud Posse's upstream component
+
+- [cloudposse/terraform-aws-components](https://github.com/cloudposse/terraform-aws-components/tree/main/modules/account-settings) -
+ Cloud Posse's upstream component
[](https://cpco.io/component)