File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 33## File Layout (` src/components/*.js ` )
44
551 . Imports
6- 2 . Reusabe components needed for the main component
6+ 2 . Reusable components needed for the main component
773 . Main component (Eg: Addons in addons.js)
884 . export default \< MainComponent\> ;
99
1010## Reusable components
1111
1212* Do not make a new file for smaller components.
13- * Smaller, reusable components neeeded in the main components should be added ** above** the main component, ** not** inside it.
13+ * Smaller, reusable components needed in the main components should be added ** above** the main component, ** not** inside it.
1414* Use ES6 arrow functions for defining components.
1515
1616## Spacing
8484
8585* We are using [octicons](https : // primer.style/octicons/) for icons. Use this if you need to add icons. Do **not** add a new library for icons.
8686* Try to not commit changes in ` package.json` , ` package-lock.json` .
87- * Disscuss with contributors on discord if you ' re planning to add/remove a package.
87+ * Discuss with contributors on discord if you ' re planning to add/remove a package.
8888
8989## Further reading:
9090
Original file line number Diff line number Diff line change 99
1010<p align =" center " >
1111<a href =" https://github.com/rahuldkjain/github-profile-readme-generator/blob/master/LICENSE " target =" blank " >
12- <img src =" https://img.shields.io/github/license/rahuldkjain/github-profile-readme-generator?style=flat-square " alt =" github-profile-readme-generator licence " />
12+ <img src =" https://img.shields.io/github/license/rahuldkjain/github-profile-readme-generator?style=flat-square " alt =" github-profile-readme-generator license " />
1313</a >
1414<a href =" https://github.com/rahuldkjain/github-profile-readme-generator/fork " target =" blank " >
1515<img src =" https://img.shields.io/github/forks/rahuldkjain/github-profile-readme-generator?style=flat-square " alt =" github-profile-readme-generator forks " />
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ title: "👨💻 About"
55---
66
77<a href =" https://github.com/rahuldkjain/github-profile-readme-generator/blob/master/LICENSE " target =" blank " >
8- <img src =" https://img.shields.io/github/license/rahuldkjain/github-profile-readme-generator?style=flat-square " alt =" github-profile-readme-generator licence " />
8+ <img src =" https://img.shields.io/github/license/rahuldkjain/github-profile-readme-generator?style=flat-square " alt =" github-profile-readme-generator license " />
99</a >
1010
1111** GitHub Profile README Generator** is an OSS(Open Source Software) that provides a cool interface to generate GitHub profile README in markdown.
You can’t perform that action at this time.
0 commit comments