Skip to content

Commit b84580b

Browse files
committed
update readme
1 parent 7d46f61 commit b84580b

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
# React's Provider Pattern with Context API
1+
# React's Context API
22

3-
Showcase on how to use the provider pattern in React. Read more about it in this article: [Provider Pattern in React](https://www.robinwieruch.de/react-provider-pattern-context). It uses [React's 16.3 context API](https://reactjs.org/blog/2018/03/29/react-v-16-3.html).
3+
Showcase on how to use React's context API. Read more about it in [this article](https://www.robinwieruch.de/react-context-api). It uses [React's 16.3 context API](https://reactjs.org/blog/2018/03/29/react-v-16-3.html).
44

55
## Installation
66

7-
* `git clone git@github.com:rwieruch/react-provider-pattern.git`
8-
* `cd react-provider-pattern`
7+
* `git clone git@github.com:rwieruch/react-context-api.git`
8+
* `cd react-context-api`
99
* `npm install`
1010
* `npm start`
11-
* visit http://localhost:3000
12-
11+
* visit http://localhost:3000

0 commit comments

Comments
 (0)