From b2279914e391552dec8c9b7a9afd0237155d6c2e Mon Sep 17 00:00:00 2001 From: Frank Cash Date: Sat, 24 Feb 2018 22:47:37 -0500 Subject: [PATCH] Updates README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a0d9c53..0b390bf 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ A simple program that will build the infrastructure to ping a website. +## Configuring the Site + +Change `url := "http://example.com/"` to `url := ""` in `function/function.go`. + ## Building the Zip In the `function` directory run `make release` to generate the binary and then zip it.