From 6060bd6b070137e24063a2dffc8808b5ab1dcd1c Mon Sep 17 00:00:00 2001 From: Elia el Lazkani Date: Sat, 20 Mar 2021 12:03:57 +0100 Subject: [PATCH] Fixes configuration path --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b47556..4eeae74 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ To run `shortenit`, first we need to have a running database. Shortenit uses [Co $ docker run -p 5984:5984 -d couchdb ``` -At this point, visit the local instance link [http://localhost:5984](http://localhost:5984/) and create the user credentials configured in [config/config.py](config/config.py). +At this point, visit the local instance link [http://localhost:5984](http://localhost:5984/) and create the user credentials configured in [config/config.yaml](config/config.yaml). Once the database is up and running and the credentials have been created, shortenit can be ran.