Skip to content
This repository was archived by the owner on Jan 8, 2019. It is now read-only.

Commit 6a12e83

Browse files
authored
Merge pull request #5 from bugsnag/update-example-app-readme
Minor example app README corrections
2 parents b19bf99 + d061360 commit 6a12e83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This example shows how you can use the Bugsnag JavaScript notifier with
55

66
Whilst the notifier reports any errors that are uncaught, there are certain types
77
of error specific to Vue.js that get swallowed by its own error handler. The example
8-
shown here shows how to use the `bugsnag-vue` plugin to this work for you.
8+
shown here shows how to use the `bugsnag-vue` plugin to work for you.
99

1010
## Setup
1111

@@ -28,7 +28,7 @@ API token with your own!
2828
```sh
2929
yarn
3030
```
31-
1. Replace the `API_KEY` placeholder in [index.html](index.html) with your actual API key.
31+
1. Replace the `API_KEY` placeholder in [app.js](app.js) with your actual API key.
3232
1. Start a web server:
3333
```sh
3434
npm start

0 commit comments

Comments
 (0)