From 6c4681d7c22c74c8dbcf1dfff4827ce86ea8fd1d Mon Sep 17 00:00:00 2001 From: Stefano Caldarini Date: Wed, 10 Jun 2026 09:46:26 +0200 Subject: [PATCH 1/2] docs: replace Documentation section with API credentials guide --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 244b735..0b8a234 100644 --- a/README.md +++ b/README.md @@ -18,9 +18,15 @@ All major translation features are accessible, making it easy to integrate and c - **Language Detection**: Automatic source language identification - **Advanced Options**: Translation instructions and more -## 📚 Documentation +## 🔑 Getting your API credentials -Lara's SDK full documentation is available at [https://developers.laratranslate.com/](https://developers.laratranslate.com/) +To use this SDK you need a Lara access key ID and access key secret. + +1. Create a Lara account at [laratranslate.com](https://www.laratranslate.com). +2. Generate your access key ID and secret by following the steps in the [developer documentation](https://developers.laratranslate.com/). +3. Choose the plan that fits your volume. Lara offers Free, Pro, Team, and Custom plans for teams translating millions of characters per month. See current plans at [laratranslate.com/pricing](http://laratranslate.com/pricing). + +Keep your credentials private. Never commit them to source control or expose them in client-side code. Use environment variables instead, as shown throughout this guide. ## 🚀 Quick Start From ca65e580b5759e8275e2366aa9e4e2e2bef3867b Mon Sep 17 00:00:00 2001 From: Stefano Caldarini Date: Wed, 10 Jun 2026 09:54:39 +0200 Subject: [PATCH 2/2] docs: use https for pricing link in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b8a234..19908f6 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ To use this SDK you need a Lara access key ID and access key secret. 1. Create a Lara account at [laratranslate.com](https://www.laratranslate.com). 2. Generate your access key ID and secret by following the steps in the [developer documentation](https://developers.laratranslate.com/). -3. Choose the plan that fits your volume. Lara offers Free, Pro, Team, and Custom plans for teams translating millions of characters per month. See current plans at [laratranslate.com/pricing](http://laratranslate.com/pricing). +3. Choose the plan that fits your volume. Lara offers Free, Pro, Team, and Custom plans for teams translating millions of characters per month. See current plans at [laratranslate.com/pricing](https://laratranslate.com/pricing). Keep your credentials private. Never commit them to source control or expose them in client-side code. Use environment variables instead, as shown throughout this guide.