From 7740404b1430d32282ed7289db2c1bba8e107af7 Mon Sep 17 00:00:00 2001 From: Adam Brown Date: Wed, 14 Sep 2022 18:12:11 +0100 Subject: [PATCH] using ## heading for the examples block --- docs/screenshot_testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/screenshot_testing.md b/docs/screenshot_testing.md index d892948913..93b91cdf67 100644 --- a/docs/screenshot_testing.md +++ b/docs/screenshot_testing.md @@ -45,7 +45,7 @@ git lfs install --local - After creating the new test, record and commit the newly rendered screens. - `./tools/validate_lfs` can be ran to ensure everything is working correctly with Git LFS, the CI also runs this check. -### Example +## Example ```kotlin class PaparazziExampleScreenshotTest {