diff options
author | lowercasename <raphaelkabo@gmail.com> | 2019-07-25 16:20:06 +0100 |
---|---|---|
committer | lowercasename <raphaelkabo@gmail.com> | 2019-07-25 16:20:06 +0100 |
commit | cad4561143bab704eb22c29daee9675d5ff8b088 (patch) | |
tree | 9ad03bf6c6e591b5de2fe7d6eacf33524771783c | |
parent | 597878e8b68948d478f9b3dd8d416b77abba9e96 (diff) |
Updated readme
-rwxr-xr-x | .gitignore | 2 | ||||
-rw-r--r-- | README.md | 4 | ||||
-rwxr-xr-x | start.js | 2 |
3 files changed, 3 insertions, 5 deletions
@@ -3,7 +3,7 @@ # gathio custom config/api.js -config/database.js +config/database.js # Logs logs @@ -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 @@ -18,8 +18,6 @@ require('./models/Event'); require('./models/User'); require('./models/Log'); -//require('./passport'); - const app = require('./app'); const server = app.listen(3000, () => { |