diff --git a/index.html b/index.html
index dd62aab..49aa998 100644
--- a/index.html
+++ b/index.html
@@ -81,8 +81,8 @@ layout: default
{% highlight javascript %}
-module.exports = robot => {
- robot.on('issues.opened', async context => {
+module.exports = app => {
+ app.on('issues.opened', async context => {
const params = context.issue({
body: 'Hello World!'
});