From 62493411b41c1786123ba025453e3149ad086438 Mon Sep 17 00:00:00 2001 From: Paramtamtam <7326800+tarampampam@users.noreply.github.com> Date: Thu, 24 Feb 2022 09:47:53 +0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d2f44c5..c2c1ea3 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@

-

22 feb. 2022 - ⚡ The Docker image with the application has been downloaded one MILLION times from the docker hub! ⚡

+

22 feb. 2022 - ⚡ Our Docker image was downloaded one MILLION times from the docker hub! ⚡

One day you may want to replace the standard error pages of your HTTP server with something more original and pretty. That's what this repository was created for :) It contains: @@ -28,7 +28,7 @@ One day you may want to replace the standard error pages of your HTTP server wit - Writes logs in `json` format - Contains healthcheck endpoint (`/healthz`) - Contains metrics endpoint (`/metrics`) in Prometheus format -- Lightweight docker image _(~4.3Mb compressed size)_, distroless and uses the unleveled user by default +- Lightweight docker image _(~4.6Mb compressed size)_, distroless and uses the unleveled user by default - [Go-template](https://pkg.go.dev/text/template) tags are allowed in the templates - Ready for integration with [Traefik][traefik] ([error pages customization](https://doc.traefik.io/traefik/middlewares/http/errorpages/)) and [Ingress-nginx][ingress-nginx] - Error pages can be [embedded into your own `nginx`][wiki-usage-with-nginx] docker image