From 6e4616d19bcdfb3fc7372ab8d10eebdf3d5b3ba5 Mon Sep 17 00:00:00 2001 From: gillkyle Date: Fri, 31 May 2019 09:50:02 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b2bd3b0..b8f7abf 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Having a journal that is available on any device makes journaling easier. Being There are 2 ways to get started using Sol Journal: -1. You can use the hosted version (this is the simplest way to use the product) at [soljournal.netlify.com](soljournal.netlify.com) +1. You can use the hosted version (this is the simplest way to use the product) at [soljournal.netlify.com](https://soljournal.netlify.com) 2. You can host your own version and manage it yourself following the [setup docs](https://github.com/gillkyle/sol-journal/blob/master/SETUP.md) Sol Journal uses firebase to support offline functionality and authentication, meaning a new Firebase app will need to be setup with Firestore as a database if you wish to host it yourself. Be sure to add documents for `users` and `entries`, as well as enabling email for user authentication.