From 3598953512e503bc89ee12d202af614dc615d879 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Wed, 30 Dec 2020 08:20:38 +1100 Subject: [PATCH] docs: fix simple typo, userame -> username There is a small typo in docs/quickstart/index.rst. Should read `username` rather than `userame`. --- docs/quickstart/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quickstart/index.rst b/docs/quickstart/index.rst index e0aef0d5..6ca5ff58 100644 --- a/docs/quickstart/index.rst +++ b/docs/quickstart/index.rst @@ -130,7 +130,7 @@ Once created, you will need to update the configuration file with information ab vi ~/.lemur/lemur.conf.py .. note:: If you are unfamiliar with the SQLALCHEMY_DATABASE_URI string it can be broken up like so: - ``postgresql://userame:password@:/`` + ``postgresql://username:password@:/`` Before Lemur will run you need to fill in a few required variables in the configuration file: