Skip to content

Commit ea35a64

Browse files
committed
change name
1 parent 909aac7 commit ea35a64

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
# react-rxjs-state-example
1+
# react-rxjs-state-management-hoc-example
22

3-
[![Build Status](https://travis-ci.org/the-road-to-learn-react/react-rxjs-state-example.svg?branch=master)](https://travis-ci.org/the-road-to-learn-react/react-rxjs-state-example) [![Slack](https://slack-the-road-to-learn-react.wieruch.com/badge.svg)](https://slack-the-road-to-learn-react.wieruch.com/)
3+
[![Build Status](https://travis-ci.org/the-road-to-learn-react/react-rxjs-state-management-hoc-example.svg?branch=master)](https://travis-ci.org/the-road-to-learn-react/react-rxjs-state-management-hoc-example) [![Slack](https://slack-the-road-to-learn-react.wieruch.com/badge.svg)](https://slack-the-road-to-learn-react.wieruch.com/)
44

55
Showcasing how RxJS can work in React. [Read more about it.](https://www.robinwieruch.de/react-rxjs-state-management-tutorial/)
66

77
## Installation
88

9-
* `git clone git@github.com:the-road-to-learn-react/react-rxjs-state-example.git`
10-
* cd react-rxjs-state-example
9+
* `git clone git@github.com:the-road-to-learn-react/react-rxjs-state-management-hoc-example.git`
10+
* cd react-rxjs-state-management-hoc-example
1111
* npm install
1212
* npm start
1313
* visit `http://localhost:3000`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "react-rxjs-state-example",
2+
"name": "react-rxjs-state-management-hoc-example",
33
"version": "0.1.0",
44
"private": true,
55
"dependencies": {

0 commit comments

Comments
 (0)