Skip to content

Commit

Permalink
Update README.markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
BowlingX authored Apr 30, 2017
1 parent 2bcd850 commit d3ea159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ var renderer = new Marklib.Rendering(document, {
Marklib triggers events that can be listened to with `instance.on('event-name')`. Events are build with
`wolfy87-eventemitter` (https://github.com/Olical/EventEmitter). The following Events are available:

Before you can actually receive events, you need to register the event handler with `registerEvents`
Before you can actually receive events, you need to register the event handler with `registerEvents` (use `import { registerEvents } from 'marklib/src/main/RenderingEvents';` on your application bootstrap code.)

| Event-Name | Description | Arguments |
| ------------- |-------------|-------------|
Expand Down

0 comments on commit d3ea159

Please sign in to comment.