From 7adc4e748b77a65ee3a400f60ece369d55e15a4d Mon Sep 17 00:00:00 2001 From: Julien Neuhart Date: Fri, 13 Apr 2018 13:57:48 +0200 Subject: [PATCH] improving README --- .blueprints/README.blueprint.md | 6 +++++- README.md | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.blueprints/README.blueprint.md b/.blueprints/README.blueprint.md index efc55d8b..8b2e6a25 100644 --- a/.blueprints/README.blueprint.md +++ b/.blueprints/README.blueprint.md @@ -24,6 +24,10 @@

+At TheCodingMachine, we build a lot of web applications (intranets, extranets and so on) which require to generate PDF from +various sources. Each time, we end up using some well known libraries like **wkhtmltopdf** or **unoconv** and kind of losing time by +reimplementing a solution from a project to another project. Meh. + --- # Menu @@ -80,7 +84,7 @@ services: # your other services gotenberg-proxy: - # Traefik is a powerful HTTP reverse proxy which allowx us to do some load-balancing. + # Traefik is a powerful HTTP reverse proxy which allows us to do some load-balancing. # It provides various methods of load-balancing which are not described here. # More information: https://traefik.io/ image: traefik:1.5-alpine diff --git a/README.md b/README.md index 2e9dc7ad..d4ee9b08 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,10 @@

+At TheCodingMachine, we build a lot of web applications (intranets, extranets and so on) which require to generate PDF from +various sources. Each time, we end up using some well known libraries like **wkhtmltopdf** or **unoconv** and kind of losing time by +reimplementing a solution from a project to another project. Meh. + --- # Menu @@ -80,7 +84,7 @@ services: # your other services gotenberg-proxy: - # Traefik is a powerful HTTP reverse proxy which allowx us to do some load-balancing. + # Traefik is a powerful HTTP reverse proxy which allows us to do some load-balancing. # It provides various methods of load-balancing which are not described here. # More information: https://traefik.io/ image: traefik:1.5-alpine