From 626ba77bac2e19a202e43725e9ef272691245545 Mon Sep 17 00:00:00 2001 From: Andrew Kos Date: Tue, 11 Aug 2015 12:40:21 -0500 Subject: [PATCH] Add Dependencies section to README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) 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. +