From 0e4e3401bc0a13d21b59da945581b10de6f66d64 Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Fri, 15 Dec 2023 14:06:11 -0300 Subject: [PATCH 1/2] docs: add used and supported by section to readme Signed-off-by: Carlos Alexandro Becker --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index c2b59eb..51e0208 100644 --- a/README.md +++ b/README.md @@ -605,6 +605,11 @@ func main() { > If you want to check if an specific error is in the chain, you can also use > `errors.Is()`. +## Used and supported by + +![Encore]() +Encore - the platform for building Go-based cloud backends. + ## Stargazers over time [![Stargazers over time](https://starchart.cc/caarlos0/env.svg)](https://starchart.cc/caarlos0/env) From 25f00b0cf43b758c596b072f462248e331156451 Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Mon, 18 Dec 2023 13:03:50 -0300 Subject: [PATCH 2/2] fix: logo --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 51e0208..7fba7d0 100644 --- a/README.md +++ b/README.md @@ -607,8 +607,13 @@ func main() { ## Used and supported by -![Encore]() -Encore - the platform for building Go-based cloud backends. + + encore icon + +
+
+Encore – the platform for building Go-based cloud backends. +
## Stargazers over time