diff --git a/src/index.js b/src/index.js index c8b3e45..f60dffb 100644 --- a/src/index.js +++ b/src/index.js @@ -1,6 +1,5 @@ import { init } from "./shareon"; -// TODO: update README const s = document.currentScript; if (s && s.hasAttribute("init")) { init();