summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x.gitignore2
-rw-r--r--README.md4
-rwxr-xr-xstart.js2
3 files changed, 3 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore
index b60860c..cefaeb7 100755
--- a/.gitignore
+++ b/.gitignore
@@ -3,7 +3,7 @@
# gathio custom
config/api.js
-config/database.js
+config/database.js
# Logs
logs
diff --git a/README.md b/README.md
index 2ebb0ea..d40c0f0 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,8 @@
# gathio
-Self-destructing, account-less shareable event pages.
+Self-destructing, shareable, no-registration event pages.
-You can use the publically hosted version [here](https://gath.io).
+You can use the publicly hosted version [here](https://gath.io).
# Installation
diff --git a/start.js b/start.js
index 82d8e39..6149e31 100755
--- a/start.js
+++ b/start.js
@@ -18,8 +18,6 @@ require('./models/Event');
require('./models/User');
require('./models/Log');
-//require('./passport');
-
const app = require('./app');
const server = app.listen(3000, () => {