Skip to content

Commit 1e31be7

Browse files
authored
Merge pull request #20 from nebarf/readme
Improve readme
2 parents d318400 + 17ca936 commit 1e31be7

File tree

11 files changed

+720
-56
lines changed

11 files changed

+720
-56
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,18 @@ Contributing
2121
```sh
2222
$ cd ..
2323
$ create-react-app react-http-fetch-sandbox
24-
$ cd react-http-sandbox
24+
$ cd react-http-fetch-sandbox
2525
$ yarn
2626
```
2727
6. Link the local library to the sanbox:
2828
```sh
29-
$ yarnk link react-http-fetch
29+
$ yarn link react-http-fetch
3030
```
3131
7. Link react peer deps to local library
3232
```sh
3333
$ cd ../react-http-fetch
34-
$ yarnk link ../react-http-fetch-sandbox/node_modules/react
35-
$ yarnk link ../react-http-fetch-sandbox/node_modules/react-dom
34+
$ yarn link ../react-http-fetch-sandbox/node_modules/react
35+
$ yarn link ../react-http-fetch-sandbox/node_modules/react-dom
3636
```
3737
8. Start library build in watch mode:
3838
```sh
@@ -50,4 +50,4 @@ Contributing
5050
Bu sure to cover any changes to the source code by integrating the tests suite.
5151

5252
## **Submit your changes**
53-
Push your changes against your forke repo and make a PR against `nebarf/react-http-fetch:main`.
53+
Push your changes against your forked repo and make a PR against `nebarf/react-http-fetch:main`.

0 commit comments

Comments
 (0)