diff --git a/README.md b/README.md index dcbb3cb..63c8df9 100644 --- a/README.md +++ b/README.md @@ -34,3 +34,8 @@ To run tests: ```bash $ npm test ``` + +### Notes +#### Dependencies +This project should never have outside, frontend dependencies since it really should be one of, if not, _the_ first JS to run on the page. Otherwise, potential ad views could be lost. +