Skip to content

Commit 3e413f1

Browse files
committed
README update + npm publish
1 parent 002b9f8 commit 3e413f1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# React JSON Grid
22

33
<p align="center">
4-
<img src="images/github-banner.png">
4+
<img src="https://raw.githubusercontent.com/RedHeadphone/react-json-grid/refs/heads/master/images/github-banner.png">
55
</p>
66

77
<p align="center">
@@ -128,7 +128,7 @@ The JSONGrid component supports the following props:
128128
- evaDark
129129
- moonLight
130130

131-
Note: Pass one of above themes as a string in the theme prop. You can contribute your custom theme in [themes.js](src/themes.js) if you want.
131+
Note: Pass one of above themes as a string in the theme prop. You can contribute your custom theme in [themes.js](https://github.com/RedHeadphone/react-json-grid/blob/master/src/themes.ts) if you want.
132132

133133
### Custom Theme Object Format
134134

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@redheadphone/react-json-grid",
3-
"version": "0.7.0",
3+
"version": "0.8.0",
44
"description": "React Component that converts JSON to nested grid tables.",
55
"author": "Huzaifa Khilawala",
66
"license": "MIT",

0 commit comments

Comments
 (0)