diff --git a/README.md b/README.md
index 83903d9..252ea9b 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,76 @@
# town-crier
[](https://codeclimate.com/github/OperationCode/town-crier)
+
+
+#
+
+ [[Become a backer](https://opencollective.com/operationcode#backer)]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+#
+
+ [[Become a sponsor](https://opencollective.com/operationcode#sponsor)]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/package.json b/package.json
index e491b60..ac2096b 100644
--- a/package.json
+++ b/package.json
@@ -5,7 +5,8 @@
"main": "announcer.js",
"scripts": {
"start": "node announcer.js",
- "test": "node -r dotenv/config announcer.js"
+ "test": "node -r dotenv/config announcer.js",
+ "postinstall": "./node_modules/.bin/opencollective-postinstall || exit 0"
},
"author": "",
"license": "ISC",
@@ -16,6 +17,12 @@
},
"devDependencies": {
"dotenv": "^2.0.0",
- "eslint": "^3.12.2"
+ "eslint": "^3.12.2",
+ "opencollective-postinstall": "^1.0.15"
+ },
+ "collective": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/operationcode",
+ "logo": "https://opencollective.com/operationcode/logo.txt"
}
}