From ca0ba21ef6947f31fe36045de136075e3af7b6ef Mon Sep 17 00:00:00 2001 From: Brad Rydzewski Date: Mon, 18 May 2015 21:54:10 -0700 Subject: [PATCH] add agents attribute to toml --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index f76a6ff0d..78ca0403e 100644 --- a/README.md +++ b/README.md @@ -50,4 +50,7 @@ secret = "" authorize = "https://github.com/login/oauth/authorize" access_token = "https://github.com/login/oauth/access_token" request_token = "" + +[agents] +secret = "" ```