diff --git a/README.md b/README.md index 517ff67..7d1abf4 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ An unofficial Java library for translating text using Azure AI Cognitive Service - [JavaDoc](https://brenoepics.github.io/at4j/javadoc/) ## 🎉 Basic Usage +> [!NOTE] > Example repository [Azure-Translator-Example](https://github.com/brenoepics/Azure-Translator-Example) The following example translates a simple Hello World to Portuguese, Spanish and French. @@ -94,10 +95,16 @@ libraryDependencies += "io.github.brenoepics" % "at4j" % "0.0.6" ### 🔑 Azure Translator Keys -> tl;dr [Generate Here](https://portal.azure.com/#view/Microsoft_Azure_ProjectOxford/CognitiveServicesHub/~/TextTranslation). +> [!WARNING] +> Remember to **keep your keys secure and do not share them publicly**. If you believe that a key has been compromised, you must regenerate it in Azure's Panel. +> For more information, visit the [Azure portal](https://portal.azure.com/). +
How to generate my own keys? + +> tl;dr [Generate Here](https://portal.azure.com/#view/Microsoft_Azure_ProjectOxford/CognitiveServicesHub/~/TextTranslation). + 1. Sign in to the [Azure portal](https://portal.azure.com/). 2. In the left-hand menu, click on "Create a resource". @@ -131,9 +138,6 @@ To use the free tier, you need to create an Azure account and set up a Translato Please note that the free tier usage limits are subject to change by Azure, and it's recommended to check the current details on the Azure Pricing page.
-Remember to **keep your keys secure and do not share them publicly**. If you believe that a key has been compromised, you must regenerate it in Azure's Panel. -For more information, visit the [Azure Pricing page](https://azure.microsoft.com/pricing/details/cognitive-services/translator/). - ### Optional Logger Dependency Any Log4j-2-compatible logging framework can be used to provide a more sophisticated logging experience