diff --git a/README.md b/README.md
index e33468a..0ee68c0 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ No requirements.
| Name | Type |
|------|------|
-| [azurerm_windows_function_app.linux-function](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/windows_function_app) | resource |
+| [azurerm_windows_function_app.windows-function](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/windows_function_app) | resource |
## Inputs
@@ -28,19 +28,19 @@ No requirements.
| [asp](#input\_asp) | Object containing a map of name and ID for the App Service Plan in the target subscription | `any` | `null` | no |
| [env](#input\_env) | (Required) Env part of the name of the function app | `string` | n/a | yes |
| [group](#input\_group) | (Required) Group part of the name of the function app | `string` | n/a | yes |
-| [linux\_function](#input\_linux\_function) | Object description all the function parameters | `any` | `{}` | no |
| [location](#input\_location) | Azure location where the function will be located | `string` | `"canadacentral"` | no |
| [project](#input\_project) | (Required) Project part of the name of the function app | `string` | n/a | yes |
| [resource\_groups](#input\_resource\_groups) | (Required) List of resource groups in the target project | `any` | `null` | no |
| [subnets](#input\_subnets) | Object containing subnet objects of the target project | `any` | `{}` | no |
| [tags](#input\_tags) | Tags to be applied to the function app | `map(string)` | `{}` | no |
| [userDefinedString](#input\_userDefinedString) | (Required) UserDefinedString part of the name of the function app | `string` | n/a | yes |
+| [windows\_function](#input\_windows\_function) | Object description all the function parameters | `any` | `{}` | no |
## Outputs
| Name | Description |
|------|-------------|
-| [linux\_function\_app\_id](#output\_linux\_function\_app\_id) | Outputs the function app id |
-| [linux\_function\_app\_name](#output\_linux\_function\_app\_name) | Outputs the function app name |
-| [linux\_function\_app\_object](#output\_linux\_function\_app\_object) | Outputs the entire function app object |
+| [windows\_function\_app\_id](#output\_windows\_function\_app\_id) | Outputs the function app id |
+| [windows\_function\_app\_name](#output\_windows\_function\_app\_name) | Outputs the function app name |
+| [windows\_function\_app\_object](#output\_windows\_function\_app\_object) | Outputs the entire function app object |
\ No newline at end of file