tweak readme

This commit is contained in:
Geoff Doty 2018-11-30 02:28:55 -05:00
parent cc6ec17c64
commit 586fb62eff
1 changed files with 2 additions and 2 deletions

View File

@ -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