Skip to content

Commit

Permalink
fix: use github link directly for examples path
Browse files Browse the repository at this point in the history
  • Loading branch information
Viijay-Kr committed May 21, 2024
1 parent 9d00a9a commit 784050b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ Works with [tspc](https://github.com/nonara/ts-patch), [awesome-typescript-loade

## Supports

- [Arrow function components](/blob/main/examples/arrow_functions.tsx)
- [Normal function components](/blob/main/examples/function_components.tsx)
- [Forward ref components](/blob/main/examples/forwardref_like.tsx)
- [Memoized components](/blob/main/examples/memo_like.tsx)
- [Return Expression Variations](/blob/main/examples/return_expression_like.tsx)
- [Arrow function components](https://github.com/Viijay-Kr/ts-transform-react-display-name/blob/main/examples/arrow_functions.tsx)
- [Normal function components](https://github.com/Viijay-Kr/ts-transform-react-display-name/blob/main/examples/function_components.tsx)
- [Forward ref components](https://github.com/Viijay-Kr/ts-transform-react-display-name/blob/main/examples/forwardref_like.tsx)
- [Memoized components](https://github.com/Viijay-Kr/ts-transform-react-display-name/blob/main/examples/memo_like.tsx)
- [Return Expression Variations](https://github.com/Viijay-Kr/ts-transform-react-display-name/blob/main/examples/return_expression_like.tsx)

## Usage

Expand Down

0 comments on commit 784050b

Please sign in to comment.