You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.markdown
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ var renderer = new Marklib.Rendering(document, {
61
61
Marklib triggers events that can be listened to with `instance.on('event-name')`. Events are build with
62
62
`wolfy87-eventemitter` (https://github.com/Olical/EventEmitter). The following Events are available:
63
63
64
-
Before you can actually receive events, you need to register the event handler with `registerEvents`
64
+
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.)
0 commit comments