From daf310a533fc9b7359a8074cdf1441b402f14611 Mon Sep 17 00:00:00 2001 From: Andrejs Cainikovs Date: Mon, 28 Feb 2022 13:23:20 +0100 Subject: [PATCH] Update README --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0a28a3f..2ad9c81 100644 --- a/README.md +++ b/README.md @@ -15,12 +15,14 @@ This package adds support for loading templates from [Google Cloud Storage](http import "github.com/dieselburner/pongo2gcloud" ``` +## Variables + +Set `ProjectID` to your Google Cloud Project ID. If not set, `pongo2gcloud` will autodetect it when running on Google Cloud Engine, otherwise will panic. + ## Example [Gin](https://github.com/gin-gonic/gin) example, through [modified pongo2gin middleware](https://github.com/dieselburner/pongo2gin): -Set `ProjectID` to your Google Cloud Project ID. If not set, `pongo2gcloud` will autodetect it when running on Google Cloud Engine, otherwise will panic. - ```go import ( ...