Skip to content

Commit 64c52eb

Browse files
committed
Update README.md
1 parent f772540 commit 64c52eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ $ http-server dist/
2121

2222
Open: `http://localhost:8080`
2323

24-
* All JavaScript files are transpiled with 6to5 library with enabled experimental ES7 (see: https://6to5.org/features.html).
24+
* All JavaScript files are transpiled with 6to5 library with enabled experimental ES7 syntax (see: https://6to5.org/features.html).
2525

26-
* For using experimental ES7 code in Jest tests, the project is using my fork of `6to5-jest`package (https://github.com/hipertracker/6to5-jest)
26+
* 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 (improved) 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

0 commit comments

Comments
 (0)