All the browsers which support the nomodule support fully support SVGs so loading svg4everybody as follows: ```html <script nomodule src="/path/to/svg4everybody.js"></script> ``` will save HTTP requests/bandwidth for all modern browsers ([approx 93% marketshare](https://caniuse.com/es6-module)). All old browsers will load svg4everybody as normal. Let me know if you'd like me to open a PR to update the README.