Skip to content

Commit

Permalink
docs: fix link to auto-grow.tsx example
Browse files Browse the repository at this point in the history
  • Loading branch information
okineadev authored Dec 10, 2024
1 parent 6d911e7 commit 7df608d
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 @@ -22,7 +22,7 @@ render(<Divider title='Title' />)
```

The `<Divider>` component can also automatically adjust to the width of the container!
We advise you to view this example - [`examples/auto-grow.tsx`](https://raw.githubusercontent.com/JureSotosek/ink-divider/refs/heads/master/examples/auto-grow.tsx), more examples in the [`examples`](https://github.com/JureSotosek/ink-divider/tree/master/exampes) folder
We advise you to view this example - [`examples/auto-grow.tsx`](https://github.com/JureSotosek/ink-divider/blob/master/examples/auto-grow.tsx), more examples in the [`examples`](https://github.com/JureSotosek/ink-divider/tree/master/exampes) folder

<!-- markdownlint-disable-next-line-->
<img src="media/example.png" alt="example" width="550">
Expand Down

0 comments on commit 7df608d

Please sign in to comment.