Skip to content

Commit 8565d98

Browse files
committed
Updated README
1 parent c768c2d commit 8565d98

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
# React Redux Universal Hot Example
2+
# React Redux Universal Hot Example With Semantic UI
33

44
[![Build Status](https://travis-ci.org/bertho-zero/react-redux-universal-hot-example.svg?branch=master&style=flat-square)](https://travis-ci.org/bertho-zero/react-redux-universal-hot-example)
55
[![Dependency Status](https://david-dm.org/bertho-zero/react-redux-universal-hot-example.svg?style=flat-square)](https://david-dm.org/bertho-zero/react-redux-universal-hot-example)
@@ -30,7 +30,7 @@ This is a starter boilerplate app I've put together using the following technolo
3030
* [lru-memoize](https://github.com/erikras/lru-memoize) to speed up form validation
3131
* [multireducer](https://github.com/erikras/multireducer) to combine single reducers into one key-based reducer
3232
* [style-loader](https://github.com/webpack/style-loader), [sass-loader](https://github.com/jtangelder/sass-loader) and [less-loader](https://github.com/webpack/less-loader) to allow import of stylesheets in plain css, sass and less,
33-
* [bootstrap-loader](https://github.com/shakacode/bootstrap-loader) to customize Bootstrap
33+
* [semantic-ui-react](https://github.com/Semantic-Org/Semantic-UI-React)
3434
* [font-awesome](https://github.com/FortAwesome/Font-Awesome)
3535
* [react-helmet](https://github.com/nfl/react-helmet) to manage title and meta tag information on both server and client
3636
* [webpack-isomorphic-tools](https://github.com/halt-hammerzeit/webpack-isomorphic-tools) to allow require() work for statics both on client and server
@@ -115,7 +115,7 @@ npm run start
115115

116116
## Demo
117117

118-
A demonstration of this app can be seen [running on heroku](https://react-hot-example.herokuapp.com/), which is a deployment of the [heroku branch](https://github.com/bertho-zero/react-redux-universal-hot-example/tree/heroku).
118+
A demonstration of this app can be seen [here](http://react-redux-semantic-ui.shopecific.com/),
119119

120120
## Explanation
121121

@@ -282,3 +282,4 @@ Created by:
282282
283283
Maintened by:
284284
– Kévin Berthommier, [@bertho-zero](https://github.com/bertho-zero)
285+
- Dong Cai, [@dongcai](https://github.com/dongcai)

0 commit comments

Comments
 (0)