From cad4561143bab704eb22c29daee9675d5ff8b088 Mon Sep 17 00:00:00 2001 From: lowercasename Date: Thu, 25 Jul 2019 16:20:06 +0100 Subject: Updated readme --- .gitignore | 2 +- README.md | 4 ++-- start.js | 2 -- 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, () => { -- cgit v1.2.3