From c863f62aa5747fd2babefe28c73c00051d92df1a Mon Sep 17 00:00:00 2001 From: dmitri-lerko Date: Fri, 11 Dec 2020 12:47:33 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e400fb5..c34000c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # cloudsql-proxy-is-up -Built on top of (envoy-preflight)[https://github.com/monzo/envoy-preflight]. +Built on top of [envoy-preflight](https://github.com/monzo/envoy-preflight). `cloudsql-proxy-is-up` is a simple wrapper application which makes it easier to run applications which depend on Cloud SQL Proxy as a sidecar container for Cloud SQL access. It ensures that your application doesn't start until Cloud SQL Proxy is ready, and that Cloud SQL Proxy shuts down when the application exits. It is best used as a prefix to your existing Docker entrypoint. It executes any argument passed to it, doing a simple path lookup: ```