Skip to content

Commit

Permalink
Merge pull request #3 from bizouarn/main
Browse files Browse the repository at this point in the history
Fixing event handler names in code sample in README.md
  • Loading branch information
rsimon authored Sep 6, 2023
2 parents e6aea8b + c1974c4 commit 74aff58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ window.onload = function() {
config={config}
annotations={annotations}
onCreateAnnotation={onCreateAnnotation}
onUpdateAnnotation={onCreateAnnotation}
onDeleteAnnotation={onCreateAnnotation} />,
onUpdateAnnotation={onUpdateAnnotation}
onDeleteAnnotation={onDeleteAnnotation} />,
document.getElementById('app')
);

Expand Down

0 comments on commit 74aff58

Please sign in to comment.