From 1064f017bc31052db996ab28152424cd15202e17 Mon Sep 17 00:00:00 2001 From: Benjamin Boudreau Date: Sun, 3 Jun 2018 11:02:07 -0400 Subject: [PATCH] updating readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 26fc800..072f0fe 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,8 @@ The create-react-app of embeddable widgets. ## Features * Full ES6/ES2015 support (with Babel) -* Package fonts, css, json, javascripts together into one simple repository (with Webpack) -* No css tyling conflicts between the host page and the widget (with https://github.com/premasagar/cleanslate) +* Package fonts, css, json, javascripts together into one single package (with Webpack) +* No css styling conflicts between the host page and the widget (with https://github.com/premasagar/cleanslate) * User theming of widget * Obfuscating of the widget code @@ -38,11 +38,11 @@ The create-react-app of embeddable widgets. - [x] Add tests - [x] Production Build - [x] Minified +- [x] Add greenkeeper +- [ ] Reset / Cleanslate / No-conflicts of styles - [ ] Obfuscation -- [ ] Add greenkeeper - [ ] Integrate eslint with webpack - [ ] Theming support -- [ ] Obfuscation - [ ] Storyboard and docs # Links