From 8876b8977cd2b4a6333c27dc66da9905248f1afe Mon Sep 17 00:00:00 2001 From: prklm10 Date: Tue, 26 Mar 2024 17:27:45 +0530 Subject: [PATCH] addressing readme comments --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dc328cab..7b9d595c 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Prevent regression: Prevents you from experiencing unintended visual regressions Percy compares new snapshots against relevant baselines to detect visual changes. Percy manages baseline selection across branches so your tests are always relevant. If visual changes are detected, Percy highlights and groups the resulting diffs for you to review. -# Run your first build with percy +## Run your first build with percy [Percy’s sample build tutorial for Storybook.](https://www.browserstack.com/docs/percy/sample-build/storybook) ## Installation