From 127cb7ff5e47a75e57bfc7ae5f9cb8ef5e7694e7 Mon Sep 17 00:00:00 2001 From: fiskhandlarn <680264+fiskhandlarn@users.noreply.github.com> Date: Tue, 16 Sep 2025 21:38:10 +0200 Subject: [PATCH] docs: change to correct anchor for reporting errors --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e3541b45a..46db30e58a 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Etc. See [packages](/packages) for a full list of contents. 1. [Create a Bugsnag account](https://www.bugsnag.com) 2. Complete the instructions in the [integration guide](https://docs.bugsnag.com/platforms/javascript/) 3. Report handled exceptions using - [`Bugsnag.notify()`](https://docs.bugsnag.com/platforms/javascript/#reporting-handled-exceptions) + [`Bugsnag.notify()`](https://docs.bugsnag.com/platforms/javascript/#reporting-handled-errors) 4. Customize your integration using the [configuration options](https://docs.bugsnag.com/platforms/javascript/configuration-options/)