ff-stream-web

git clone git://archive.git.mtrnord.blog/MTRNord/ff-stream-web.git
Log | Files | Refs | README | LICENSE

commit e3672c6c41469eac77aabfc8c0775551692697e5
parent 89ac3c43fe16a584842759f27c543e2d602972fb
Author: Pavel Lang <langpavel@phpskelet.org>
Date:   Thu,  4 Aug 2016 16:59:37 +0200

Update README.md

Add feature/bootstrap to Customization section
Diffstat:
MREADME.md | 11+++++++----
1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md @@ -32,11 +32,14 @@ advanced integrations. Nevertheless, we have some integrations available to you branches that you can use either as a reference or merge into your project: * [feature/redux](https://github.com/kriasoft/react-starter-kit/tree/feature/redux) — isomorphic - Redux by [Pavel Lang](https://github.com/langpavel) (see [how to integrate - Redux](./docs/recipes/how-to-integrate-redux.md)) + Redux by [Pavel Lang](https://github.com/langpavel) + (see [how to integrate Redux](./docs/recipes/how-to-integrate-redux.md)) (based on `master`) * [feature/react-intl](https://github.com/kriasoft/react-starter-kit/tree/feature/react-intl) — - isomorphic Redux and React Intl by [Pavel Lang](https://github.com/langpavel) (see [how - to integrate React Intl](./docs/recipes/how-to-integrate-react-intl.md)) + isomorphic Redux and React Intl by [Pavel Lang](https://github.com/langpavel) + (see [how to integrate React Intl](./docs/recipes/how-to-integrate-react-intl.md)) (based on `feature/redux`) + * [feature/bootstrap3](https://github.com/kriasoft/react-starter-kit/tree/feature/bootstrap3) — + Simplest possible integration of [react-bootstrap](https://react-bootstrap.github.io/) + by [Pavel Lang](https://github.com/langpavel) (based on `master`) If you think that any of these features should be on `master`, or vice versa, some features should removed from the `master` branch, please [let us know](https://gitter.im/kriasoft/react-starter-kit).