Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Bunlong committed Aug 15, 2021
1 parent fbb2d52 commit 73c8deb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
# *
# ***

/docs
/src
/supports
/test
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ function App() {
<ExcelDownloder
data={data}
filename={'book'}
type={Type.link} // or type={'link'}
type={Type.Link} // or type={'link'}
>
Download
</ExcelDownloder>
Expand Down

0 comments on commit 73c8deb

Please sign in to comment.