Skip to content

Commit f772540

Browse files
committed
Update README.md
1 parent ce4c3d8 commit f772540

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,15 @@ Open: `http://localhost:8080`
2525

2626
* For using experimental ES7 code in Jest tests, the project is using my fork of `6to5-jest`package (https://github.com/hipertracker/6to5-jest)
2727

28-
* The workflow and communication between components is built using Reflux (https://github.com/spoike/refluxjs), a slighty modified Flux paradigm.
28+
* The workflow and communication between components is built using Reflux (https://github.com/spoike/refluxjs), a slighty modified (improved) Flux paradigm.
2929

3030
* Unit testing is provided by (recomended by Facebook) `Jest` library (https://facebook.github.io/jest/)
3131

3232
* The example is using Bootstrap 3 React components thanks to `react-bootstrap` (http://react-bootstrap.github.io/).
3333

34-
3534
Todo:
3635

37-
* Add `Semantic-UI` (http://semantic-ui.com/). There is promising `react-semantify` (http://react-components.com/component/react-semantify) but it is not as mature as `react-bootstrap` yet.
36+
* Add `Semantic-UI` (http://semantic-ui.com/).There is a promising `react-semantify` (http://react-components.com/component/react-semantify) library, but it is not as mature as `react-bootstrap`, yet.
3837
* Add `Yeoman` project with options to choose SASS/Less/Stylus and Bootstrap/Semantic-UI
3938
* Add more unit tests showing `Jest` testing ES5/ES7 code.
4039

0 commit comments

Comments
 (0)