From bcf051b7fff9328e2d380a77078fce7256075827 Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Fri, 25 Feb 2022 11:43:17 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d95d709..cd58f4a 100644 --- a/README.md +++ b/README.md @@ -196,7 +196,7 @@ You can pass application arguments directly to Gunicorn via: gunicorn --bind 0.0.0.0:5000 'wsgi:app(api_keys=True)' ``` -## Run on Kubernetes +## Run with Kubernetes See https://jmrobles.medium.com/libretranslate-your-own-translation-service-on-kubernetes-b46c3e1af630