Skip to content

Commit

Permalink
Fix link for props
Browse files Browse the repository at this point in the history
  • Loading branch information
shahzeb1 authored Mar 31, 2024
1 parent 991296e commit 0b10886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ render(

### `<BigText/>`

Props except for `text` are passed as options to [`cfonts`](https://github.com/dominikwilkowski/cfonts). The only difference is that the `background` option is named `backgroundColor` here. See the prop types in [`index.js`](index.js) for more.
Props except for `text` are passed as options to [`cfonts`](https://github.com/dominikwilkowski/cfonts). The only difference is that the `background` option is named `backgroundColor` here. See the prop types in [`index.tsx`](https://github.com/sindresorhus/ink-big-text/blob/main/source/index.tsx#L5) for more.

## Related

Expand Down

0 comments on commit 0b10886

Please sign in to comment.