From 586fb62eff2f84d5928d913bc43a371d6567a845 Mon Sep 17 00:00:00 2001 From: Geoff Doty Date: Fri, 30 Nov 2018 02:28:55 -0500 Subject: [PATCH] tweak readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c6b8532..41e2bad 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ This is as simple as possible, but no simpler ## Requirements -[NodeJS]() is used to install `vendor/` dependencies and in the *future* provide a method to `build` your project for production via `gulp` +[NodeJS](https://nodejs.org/) is used to install `vendor/` dependencies and in the *future* provide a method to `build` your project for production via `gulp` ## Getting Started @@ -53,7 +53,7 @@ You can find extra documentation in the `docs/` directly, such as While todays "Evergreens" browsers support 99% of `ES6` and provide a pethra of capabilities, such as `import`, `class`, `fetch`, and `promise` depending on your desired browser support, you may find a polyfill to suit your needs... -...**HOWEVER** this build projects uses libraries designed to work with IE8+, but testing that is beyond the scope of this project +...**HOWEVER** this projects uses libraries designed to work with IE8 (mayben even IE6?!), but testing that is beyond the scope of this project ## TODO