diff --git a/README.md b/README.md index fd5105d..7a52990 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Note: these are knowledge "__bites__", and I expect there to be a curiosity to _ - [Load vs DomContentLoaded event](./javascript/load-domcontentloaded-event.md) - [Map vs forEach loop](./javascript/map-foreach.md) - [Map vs weakmap vs set](./javascript/map-weakmap-set.md) -- [Module system](./javascript/module-system.md) +- [Module system](./javascript/module-systems.md) - [Native and host objects](./javascript/native-host-objects.md) - [New keyword](./javascript/new-keyword.md) - [Null vs undefined vs undeclared variables](./javascript/null-undefined-undeclared.md) @@ -88,7 +88,7 @@ Note: these are knowledge "__bites__", and I expect there to be a curiosity to _ - [Content Security Policy CSP](./content-security-policy.md) - [Client Side Rendering vs Server Side Rendering vs Static Site Generation](./csr-ssr-ssg.md) - [Internet - HTTP - DNS - Domain Name - Web Hoisting - Browser](./internet.md) -- [OWASP Top 10](./owasp) +- [OWASP Top 10](./owasp.md) - [Service Workers](./service-workers.md) - [Local storage vs session storage vs cookies](./storage.md) - [Web Sockets](./web-sockets.md)