diff --git a/static/index.html b/static/index.html
index 03dc2f7..eca4c90 100644
--- a/static/index.html
+++ b/static/index.html
@@ -2,7 +2,7 @@
- haste
+ hastebin
@@ -35,7 +35,7 @@
};
// Construct app and load if not loaded
$(function() {
- app = new haste('haste', { twitter: true });
+ app = new haste('hastebin', { twitter: true });
handlePop({ target: window });
});