diff --git a/bmc-addons/bmc-apache-connector-provider/README.md b/bmc-addons/bmc-apache-connector-provider/README.md index 3173c872ca2..758349dffd1 100644 --- a/bmc-addons/bmc-apache-connector-provider/README.md +++ b/bmc-addons/bmc-apache-connector-provider/README.md @@ -9,7 +9,7 @@ The add-on provides two features: * **Connection pooling**. A detailed explantation can be found [here](https://hc.apache.org/httpcomponents-client-ga/tutorial/html/connmgmt.html) * **HTTP(S) proxy support**. -Note: The `ApacheConnectorProvider` buffers requests into memory and can impact memory utilization of your application. This increased use of memory is especially relavent when using`ObjectStorageClient` to upload large objects to the Object Storage service. +Note: The `ApacheConnectorProvider` buffers requests into memory and can impact memory utilization of your application. This increased use of memory is especially relevant when using`ObjectStorageClient` to upload large objects to the Object Storage service. ## Installation 1. The OCI Java SDK must be installed and configured before installing the add-on. See [the documentation](https://docs.us-phoenix-1.oraclecloud.com/Content/API/SDKDocs/javasdk.htm) for details. @@ -92,4 +92,4 @@ Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved. This SDK and sample is dual licensed under the Universal Permissive License 1.0 and the Apache License 2.0. -See [LICENSE](../../LICENSE.txt) for more details. \ No newline at end of file +See [LICENSE](../../LICENSE.txt) for more details.