Skip to content

Commit

Permalink
Minor readme change.
Browse files Browse the repository at this point in the history
  • Loading branch information
agramonte committed Dec 6, 2022
1 parent d26d22c commit ef05993
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@ applicationChildElements =
-- Other stuff you might already have.
}
```
2. Init plugin.
3. Init plugin.
```
local bugsnag = require( "plugin.bugsnag")
bugsnag.init( <Listerner> ) -- Nothing gets returnd by listerner at this time, but please provide.
```
3. Send breadcrumb (optional)
4. Send breadcrumb (optional)
```
bugsnag.leaveBreadcrumb( "<stringofbreadcrumb>" ) -- A scene name, an ad shown.
```
4. Create an exception (optional and please don't deploy with this implemented)
5. Create an exception (optional and please don't deploy with this implemented)
```
bugsnag.crash()
Expand Down

0 comments on commit ef05993

Please sign in to comment.