diff --git a/README.md b/README.md index 5a35b98b9..bde2a080c 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ When using 'Stepup-Deploy' the 'deploy' entity manager should be used in order t ## Management API -Some of the configuratio of the components is static (i.e. stored in parameteres.yml). The configuration that is expected to change during the operation of a Stepup system is managed through an API on the middleware. This provides one place and action to change the configuration and allows changing of this configuration without having to modify the configuration of several components on several servers. +Some of the configuration of the components is static (i.e. stored in parameteres.yml). The configuration that is expected to change during the operation of a Stepup system is managed through an API on the middleware. This provides one place and action to change the configuration and allows changing of this configuration without having to modify the configuration of several components on several servers. - The API calls are documented in the [middleware API documentation](./docs/MiddlewareManagementAPI.md). - The configuration itself is elaborate and is described in detail in the [Middlware configuration](./docs/MiddlewareConfiguration.md).