diff --git a/README.md b/README.md
index 97ee61d..42334e4 100644
--- a/README.md
+++ b/README.md
@@ -35,7 +35,7 @@ Outputs:
```
Changes to Outputs:
+ aws_bucket_name = {
- + output_name = "myproject-dev-s3-dummy"
+ + name = "myproject-dev-s3-dummy"
}
```
@@ -82,7 +82,7 @@ No modules.
| Name | Description |
|------|-------------|
-| [name](#output\_name) | This output provides the generated resource name based on the specified variables. The name is constructed by concatenating the provided prefix, project, environment, resource type, location, description, and suffix with the specified delimiter. Empty or null values are omitted, ensuring that there are no extraneous delimiters in the resulting name. This output can be used to reference the constructed resource name in other parts of your Terraform configuration or in other dependent modules. |
+| [name](#name) | This output provides the generated resource name based on the specified variables. The name is constructed by concatenating the provided prefix, project, environment, resource type, location, description, and suffix with the specified delimiter. Empty or null values are omitted, ensuring that there are no extraneous delimiters in the resulting name. This output can be used to reference the constructed resource name in other parts of your Terraform configuration or in other dependent modules. |
## Authors