diff --git a/site-cookbooks/kredits-github/README.md b/site-cookbooks/kredits-github/README.md
index 39e43f5..37a7626 100644
--- a/site-cookbooks/kredits-github/README.md
+++ b/site-cookbooks/kredits-github/README.md
@@ -15,16 +15,22 @@ Attributes
Default |
- ['sockethub']['port'] |
- Integer |
- The local port to run sockethub on |
- 10551 |
+ ['kredits-github']['port'] |
+ String |
+ The local port that kredits-github is running on |
+ 3000 |
- ['sockethub']['external_port'] |
- Integer |
- The external port to run sockethub on. This will also open the port on the firewall |
- 10550 |
+ ['kredits-github']['revision'] |
+ String |
+ Git revision/branch to deploy |
+ master |
+
+
+ ['kredits-github']['domain'] |
+ String |
+ Domain name for requests to the app |
+ kredits-github.kosmos.org |