From 32567c8e8063fbabec6c13a217d14a992a94ac97 Mon Sep 17 00:00:00 2001 From: Alex Johansson Date: Thu, 7 Oct 2021 22:59:56 +0200 Subject: [PATCH] fix readme heading (#879) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 86e200dd30..b81228734a 100644 --- a/README.md +++ b/README.md @@ -159,11 +159,11 @@ yarn dx 10. Open a browser to [http://localhost:3000](http://localhost:3000) and login with your just created, first user. 11. Set a 32 character random string in your .env file for the CALENDSO_ENCRYPTION_KEY. -#### E2E-Testing +### E2E-Testing ```bash # In first terminal -yarn dev +yarn dx # In second terminal yarn test-playwright ```