diff --git a/README.md b/README.md index cc561eb..0ae296e 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ **Slash** is an open source, self-hosted bookmarks and link sharing platform. It allows you to organize your links with tags, and share them using custom shortened URLs. Slash also supports team sharing of link libraries for easy collaboration. -Try it out on Live Demo. +Try it out on Live Demo.
diff --git a/store/db/seed/10001__user.sql b/store/db/seed/10001__user.sql
index dc9e1ac..0889bb2 100644
--- a/store/db/seed/10001__user.sql
+++ b/store/db/seed/10001__user.sql
@@ -10,7 +10,7 @@ VALUES
(
101,
'ADMIN',
- 'slash@stevenlgtm.com',
+ 'slash@yourselfhosted.com',
'Slasher',
'$2a$10$H8HBWGcG/hoePhFy5SiNKOHxMD6omIpyEEWbl/fIorFC814bXW.Ua'
);