From 0b108864b434e87a1f53992549854b9d24ec4a09 Mon Sep 17 00:00:00 2001 From: Shahzeb K <1383831+shahzeb1@users.noreply.github.com> Date: Sun, 31 Mar 2024 12:32:41 -0700 Subject: [PATCH] Fix link for props --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 2464295..9b62168 100644 --- a/readme.md +++ b/readme.md @@ -29,7 +29,7 @@ render( ### `` -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