From a7668325e847174add6d514a7d5d0c23862a52ba Mon Sep 17 00:00:00 2001 From: PatSki123 Date: Mon, 6 Jul 2020 08:02:47 -0400 Subject: [PATCH] Small Typo Added missed word "key" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a382aba..66b58fd 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ If you feel your question is directly related to a code change or you want to se Before starting Invoice Ninja via Docker make sure you generate a valid application key. If you are not sure what an application key is, please visit [this blog post](https://tighten.co/blog/app-key-and-you/). -To generate an application just run +To generate an application kay just run ```shell docker run --rm -it invoiceninja/invoiceninja php artisan key:generate --show