Skip to content

Commit

Permalink
Fix broken link on documentation (#276)
Browse files Browse the repository at this point in the history
Link to typescript file instead `js` file.
  • Loading branch information
RafaelFerreiraTVD committed Jul 16, 2021
1 parent 374a11b commit 72e3dbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -90,7 +90,7 @@ const Example = () => (

To make things more idiomatic to react, you can use camel-cased shorthands to construct media queries.

For a list of all possible shorthands and value types see https://github.com/contra/react-responsive/blob/master/src/mediaQuery.js#L9.
For a list of all possible shorthands and value types see https://github.com/contra/react-responsive/blob/master/src/mediaQuery.ts#L9.

Any numbers given as shorthand will be expanded to px (`1234` will become `'1234px'`).

Expand Down

0 comments on commit 72e3dbf

Please sign in to comment.