From 48d9309dc1fb357106f0a3a6c55db4aa1dc6d7a6 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Wed, 22 Nov 2023 09:27:26 +0100 Subject: [PATCH] fix lint --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cc1cae6..6de5854 100644 --- a/README.md +++ b/README.md @@ -73,12 +73,12 @@ docker compose -f docker-compose.yml up In order to use the chromatic workflow you need to provide a `CHROMATIC_PROJECT_TOKEN` in the repository secrets. If you want to run chromatic from the command line you either have to provide this variable as well -``` +```bash export CHROMATIC_PROJECT_TOKEN=... npm run chromatic ``` or you have to append it via parameter: -``` +```bash npm run chromatic -- --project-token=... ```