Skip to content

Commit b38df10

Browse files
committed
Fix: Update readme links
1 parent 0a0847c commit b38df10

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,8 @@ import Button from './components/Button';
153153
154154
## Examples
155155

156-
[TypeScript](https://github.com/tripphamm/react-responsive-system/tree/master/examples/typescript)
157-
[Gatsby](https://github.com/tripphamm/react-responsive-system/tree/master/examples/gatsby)
156+
[TypeScript](https://github.com/ejhammond/react-responsive-system/tree/master/examples/typescript)
157+
[Gatsby](https://github.com/ejhammond/react-responsive-system/tree/master/examples/gatsby)
158158

159159
## Cascading
160160

@@ -323,7 +323,7 @@ const Button = props => {
323323

324324
`useResponsiveProps` takes in a `props` that contains your screen class overrides, and it will return a clean `props` that matches your component's existing API.
325325

326-
> Tip: If you're using the hook with TypeScript, you may be interested in the `ResponsiveProps` type that's exported from the library. Have a look in the example folder: [here](https://github.com/tripphamm/react-responsive-system/blob/master/examples/typescript/responsiveSystem.ts#L18), [and here](https://github.com/tripphamm/react-responsive-system/blob/master/examples/typescript/componentUsingHook.tsx#L9)
326+
> Tip: If you're using the hook with TypeScript, you may be interested in the `ResponsiveProps` type that's exported from the library. Have a look in the example folder: [here](https://github.com/ejhammond/react-responsive-system/blob/master/examples/typescript/responsiveSystem.ts#L18), [and here](https://github.com/ejhammond/react-responsive-system/blob/master/examples/typescript/componentUsingHook.tsx#L9)
327327
328328
### `useScreenClass` Hook
329329

0 commit comments

Comments
 (0)