From a35722ea6077498240b9510a1e8ad89cf4c0cc0c Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Wed, 26 Jan 2022 12:23:54 -0500 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1107d15..d3ebe35 100644 --- a/README.md +++ b/README.md @@ -239,9 +239,9 @@ Then issue `./launcher rebuild app`. From the Discourse's admin panel then selec This is a list of online resources that serve the LibreTranslate API. Some require an API key. If you want to add a new URL, please open a pull request. -URL |API Key Required|Contact|Cost +URL |API Key Required|Payment Link|Cost --- | --- | --- | --- -[libretranslate.com](https://libretranslate.com)|:heavy_check_mark:|[UAV4GEO](https://buy.stripe.com/28obLvdgGcIE5AQfYY)| [$9 / month](https://buy.stripe.com/28obLvdgGcIE5AQfYY), 80 requests / minute limit +[libretranslate.com](https://libretranslate.com)|:heavy_check_mark:|[Buy](https://buy.stripe.com/28obLvdgGcIE5AQfYY)| [$9 / month](https://buy.stripe.com/28obLvdgGcIE5AQfYY), 80 requests / minute limit [libretranslate.de](https://libretranslate.de)|-|- [translate.mentality.rip](https://translate.mentality.rip)|-|- [translate.argosopentech.com](https://translate.argosopentech.com/)|-|- @@ -266,7 +266,7 @@ Help us by opening a pull request! ### Can I use your API server at libretranslate.com for my application in production? -The API on libretranslate.com should be used for testing, personal or infrequent use. If you're going to run an application in production, please [get in touch](https://uav4geo.com/contact) to get an API key or discuss other options. +The API on libretranslate.com should be used for testing, personal or infrequent use. If you're going to run an application in production, [you need to buy an API key](https://buy.stripe.com/28obLvdgGcIE5AQfYY). You can always run LibreTranslate for free on your own machine of course. ### Can I use this behind a reverse proxy, like Apache2?