From 96e40b093cd662df22903a2781cab5e09dc54de3 Mon Sep 17 00:00:00 2001 From: Blake Niemyjski Date: Thu, 28 Mar 2024 21:57:24 -0500 Subject: [PATCH] Updated readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ba7d807e..dc9962d7 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ The definition of the word exceptionless is: to be without exception. Exceptionl ## Browser You can install the npm package via `npm install @exceptionless/browser --save` -or via cdn [`https://unpkg.com/@exceptionless/browser](https://unpkg.com/@exceptionless/browser). +or via cdn [`https://unpkg.com/@exceptionless/browser`](https://unpkg.com/@exceptionless/browser). Next, you just need to call startup during your apps startup to automatically capture unhandled errors.