From 598c2bf313e6642d28524a99a3322f6628656cee Mon Sep 17 00:00:00 2001 From: Patrick Daly Date: Thu, 29 Jul 2021 06:09:17 -0700 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fcd3c35..bcad8ca 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Install dependencies through poetry poetry install ``` -Start the services (optionally as daemon +Start the services (optionally as daemon) ``` poetry run start [-d] ```