From f95671fa573a44e5712ad0d43e5b664d9ebb63d0 Mon Sep 17 00:00:00 2001 From: Frank Taylor <7483580+shagamemnon@users.noreply.github.com> Date: Wed, 17 Jul 2019 11:42:45 -0400 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a101f2..c51546b 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Integrate Cloudflare Enterprise Logpush with Google BigQuery and Security Comman ### Cloudflare Logpush ➜ Google BigQuery **Prequisites:** * [Active Google Cloud account](https://cloud.google.com/free) -* [Log Push enabled on Cloudflare](https://developers.cloudflare.com/logs/logpush/logpush-dashboard/) +* [Logpush enabled on Cloudflare](https://developers.cloudflare.com/logs/logpush/logpush-dashboard/) #### Automatic Install @@ -18,6 +18,7 @@ Integrate Cloudflare Enterprise Logpush with Google BigQuery and Security Comman #### Manual Install ```bash +# Download and unzip the package curl -LO "https://github.com/cloudflare/cloudflare-gcp/archive/master.zip" && unzip master.zip && cd cloudflare-gcp/logpush-to-biqquery ```