Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixing event handler names in code sample in readme.md
This pull request fixes a code sample in the readme.md file. The previous code had incorrect event handler names (onCreateAnnotation, onUpdateAnnotation, and onDeleteAnnotation were all set to onCreateAnnotation). This update corrects the event handler names to their respective functions. Now, the code functions as intended. ### Changes Made - Fixed event handler names in the code snippet. - Replaced "onCreateAnnotation" with "onUpdateAnnotation" and "onDeleteAnnotation" at the appropriate locations.
- Loading branch information