From 618cdb8996382677e55b45125802cc4ec4e41230 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Hofman?= Date: Sat, 11 Jun 2022 00:37:33 +0200 Subject: [PATCH] docs: fix link to example apps Co-authored-by: Ely Lucas --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 83383576..abe56a2d 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ This plugin **DOES NOT** instrument your code. You have to instrument it yoursel } ``` -Please see the [Test Apps](#test-apps) section down below, you can probably find a linked project matching your situation to see how to instrument your application's source code before running end-to-end tests to get the code coverage. +Please see the [Test Apps](#internal-test-apps) section down below, you can probably find a linked project matching your situation to see how to instrument your application's source code before running end-to-end tests to get the code coverage. If your application has been instrumented correctly, then you should see additional counters and instructions in the application's JavaScript resources, like the image down below shows.