From dc917068da66a95e5c0a177f2763ab349d4c4c93 Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Sun, 13 Nov 2022 14:55:01 +0100 Subject: [PATCH] Fix README --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dca4c0e..aad1883 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Operate your Garage cluster programatically To have the best experience possible, please consider: - Make sure that the version of the library you are using is pinned (`go.sum`, `package-lock.json`, `requirements.txt`). - Join our Matrix channel at `#garage:deuxfleurs.fr`, say that you are interested by this SDK, and report any friction. - - If stability is critical, mirror this repository on your own infrastructure, + - If stability is critical, mirror this repository on your own infrastructure, regenerate the SDKs and upgrade them at your own pace. ## For SDK users @@ -140,8 +140,9 @@ See also: ## For SDK developpers -PR are accepted for other languages as soon as meaningful, manually written, covering -a large range of the API are provided. Thanks in advance :-) +PR are accepted for other languages as soon as good examples are provided. +Especially, we want them to be meaningful, manually written, and covering +a large range of the API. Thanks in advance :-) ### Clone this repo