We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 284e22a commit f5c0d35Copy full SHA for f5c0d35
README.md
@@ -32,12 +32,35 @@ const App = () => {
32
export default App
33
```
34
35
-## License
+## Configuration
36
+
37
+```jsx
38
+...
39
40
+const App = () => {
41
+ return (
42
+ <div>
43
+ <GithubRepoDisplay
44
+ numOfrepos={5}
45
+ userName='msmfa'
46
+ showStars={true} // displays stars
47
+ showLanguage ={true} // displays language
48
+ />
49
+ </div>
50
+ )
51
+}
52
-MIT © [msmfa](https://github.com/msmfa)
53
54
+```
55
56
## Functionality
57
58
[X] Set the number of Repos you want to show
59
60
[X] Show Stars
61
62
[X] Show Langauge
63
64
+## License
65
66
+MIT © [MSMFA](https://github.com/msmfa)
0 commit comments