From 98fb1a0df152042fd394e64af5a9a229df68cc22 Mon Sep 17 00:00:00 2001 From: Giuseppe Date: Sat, 27 May 2017 19:46:58 +0200 Subject: [PATCH] Point to styled-jsx npm package's readme (#2085) As we add new features and update README.md in zeit/styled-jsx people ask questions, typically why doesn't x works. Master shouldn't be the source of truth, better link to the npm package's landing page. --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 03c96c87..cb998730 100644 --- a/readme.md +++ b/readme.md @@ -146,7 +146,7 @@ export default () => ( ) ``` -Please see the [styled-jsx documentation](https://github.com/zeit/styled-jsx) for more examples. +Please see the [styled-jsx documentation](https://www.npmjs.com/package/styled-jsx) for more examples. #### CSS-in-JS