Update README.md

minor updates
This commit is contained in:
Tommy Parnell
2019-11-12 19:09:23 -05:00
committed by GitHub
parent d1675838ae
commit 2807c7650e

View File

@@ -10,7 +10,7 @@ A checklist to make sure you website will be fast!
- [ ] `<link rel="preload" as="style" onload="this.rel='stylesheet'" id='dashicons-css' `
- [ ] JS loads with the async property
- [ ] `<script async src="https://hi.js"></script>`
- [ ] or `defer` when scripts have dependencies
- [ ] or `defer` when scripts need to be loaded in order, or require the DOMContentLoadedEvent
## Images