Skip to content

Commit b4488c4

Browse files
committed
Added screenshot to README
1 parent 81ba8c5 commit b4488c4

File tree

5 files changed

+5
-2
lines changed

5 files changed

+5
-2
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.env
22
node_modules
33
.DS_Store
4-
*.DS_Store
4+
*.DS_Store
5+
README.html

README.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -904,6 +904,7 @@
904904
</head>
905905
<body class="vscode-body vscode-light">
906906
<h1 id="react-github-stats-card-v2">React GitHub Stats Card (v2)</h1>
907+
<p><img src="https://raw.githubusercontent.com/cnocon/react-github-stats-card-v2/master/component-screenshot.png" alt="Screenshot of component"></p>
907908
<h2 id="installation">Installation</h2>
908909
<ol>
909910
<li>Install the package via npm.</li>

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# React GitHub Stats Card (v2)
2+
![Screenshot of component](https://raw.githubusercontent.com/cnocon/react-github-stats-card-v2/master/component-screenshot.png)
23

34
## Installation
45

component-screenshot.png

127 KB
Loading

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-github-stats-card-v2",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"license": "MIT",
55
"description": "GitHub Stats card component for React applications.",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)