From 1b717372d586ab58fd40c1d1073d1feff7f7534e Mon Sep 17 00:00:00 2001 From: "laysa.uchoa" Date: Fri, 21 Oct 2022 10:11:43 +0200 Subject: [PATCH] Add trademarks --- README.rst | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.rst b/README.rst index ffe9168..7536b20 100644 --- a/README.rst +++ b/README.rst @@ -105,6 +105,7 @@ Install all dependencies:: Service URI ''''''''''' + To connect with your cluster, you need the **Service URI** of your OpenSearch cluster. You can find the connection details in the section **Overview** on `Aiven web console `_. Notice that ``service_uri`` contains credentials; therefore, should be treated with care. This project uses ``dotenv`` `Python library `_ to manage the environment variables. @@ -114,18 +115,13 @@ Replace your ``SERVICE_URI`` on `.env` file with yours as string:: SERVICE_URI=:@: -Do you have questions? ----------------------- -Feel free to open an issue with your question on `Issues` or drop me a message at laysa.uchoa@gmail.com - - License ------- |License: CC BY 4.0| -I created this repository to make OpenSearch easy to use for Python developers. -You can use this work by following the CC-BY license. Please attribute it by mentioning “OpenSearch and Python by @laysauchoa”. +I created this repository to make OpenSearch® easy to use for Python developers. +You can use this work by following the CC-BY license. Please attribute it by mentioning “OpenSearch® and Python by @laysauchoa”. This work is licensed under a `Creative Commons Attribution 4.0 International License `__. @@ -136,4 +132,8 @@ International License `__. Trademarks ---------- -OpenSearch, Python are trademarks and property of their respective owners. All product and service names used in this website are for identification purposes only and do not imply endorsement. +OpenSearch® and Python are trademarks and property of their respective owners. All product and service names used in this website are for identification purposes only and do not imply endorsement. + +Do you have questions? +---------------------- +Feel free to open an issue with your question on `Issues` or drop me a message at ``laysa.uchoa@gmail.com``. \ No newline at end of file