Skip to content

Commit

Permalink
chore: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
chengpeiquan committed Nov 26, 2023
1 parent d7e7e8c commit 8cc641b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import { Truncate, ShowMore } from '@re-dev/react-truncate'

Normally, you only need to use the `ShowMore` component.

See: [Basic Example](https://github.com/remanufacturing/react-truncate/blob/main/examples/basic/src/App.tsx)
See: [Basic Example](https://truncate.js.org/examples/basic/)

## Documentation

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Provides `Truncate` and `ShowMore` React components for truncating multi-line spans and adding an ellipsis.",
"author": "chengpeiquan <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/remanufacturing/react-truncate",
"homepage": "https://truncate.js.org",
"type": "module",
"files": [
"lib"
Expand Down

0 comments on commit 8cc641b

Please sign in to comment.