Skip to content
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.

Commit

Permalink
Update the example of Vanilla JavaScript
Browse files Browse the repository at this point in the history
  • Loading branch information
wellyshen committed Aug 10, 2023
1 parent 3a58ea7 commit 22bdc2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ document.addEventListener( 'DOMContentLoaded', () => {
hovercards.attach( document.body );

// You can exclude certain Gravatar images from hovercards by using `ignoreSelector`
hovercards.attach( document.body, { ignoreSelector: '.ignore img[src*="gravatar.com/"]' } );
hovercards.attach( document.body, { ignoreSelector: '.ignore img[src*="gravatar.com/avatar/"]' } );
} );
```

Expand Down

0 comments on commit 22bdc2f

Please sign in to comment.