Skip to content

Commit

Permalink
Fix Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sadlil committed Mar 28, 2017
1 parent ea40064 commit cfc3d83
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Import the package into your code. Add events with `trigger.On` method.
And call that event handler with `trigger.Fire` method. All the events added
like this will be global events. You can call `Fire` from anywhere.

````go
```go
package main

import (
Expand All @@ -50,7 +50,6 @@ func main() {
})
trigger.Fire("first-event")
}

```


Expand Down

0 comments on commit cfc3d83

Please sign in to comment.