Skip to content

Commit

Permalink
update readme and homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
chadlavi committed Nov 8, 2022
1 parent ffe7d6f commit c8a5323
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ This is a TypeScript rewrite of the npm package
type support, has very out of date dependencies, and seems to be abandoned (no
activity since 2018).

## Version note

Starting with version 18.0.0, this library's main version will be pinned to the compatible version of React.

For React version 17.x compatability, install version `^2.2.0`.

## Usage

The API for this package is identical to that of the original package,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"bugs": {
"url": "https://github.com/chadlavi/react-highlighter-ts/issues"
},
"homepage": "https://github.com/chadlavi/react-highlighter-ts#readme",
"homepage": "https://chadlavi.github.io/react-highlighter-ts",
"dependencies": {
"react": "^18.2.0"
},
Expand Down

0 comments on commit c8a5323

Please sign in to comment.