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.