From 493149b0a55c332eb9ef4beeaa85e3ae27d52081 Mon Sep 17 00:00:00 2001 From: Matteo Figus Date: Fri, 14 Jul 2017 00:11:12 +0100 Subject: [PATCH] Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e37e118..159b0ff 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ [![npm version](https://img.shields.io/npm/v/styled-jss.svg?style=flat)](https://www.npmjs.com/package/styled-jss) [![npm license](https://img.shields.io/npm/l/styled-jss.svg?style=flat)](https://www.npmjs.com/package/styled-jss) -Styled-JSS implements a styled-primitives interface on top of [JSS](https://github.com/cssinjs/jss). It's API is similar to styled-components but thanks to the JSS core, it supports all features and plugins JSS does. For e.g. you can use full [JSON Syntax](https://github.com/cssinjs/jss/blob/master/docs/json-api.md) inside. +Styled-JSS implements a styled-primitives interface on top of [JSS](https://github.com/cssinjs/jss). Its API is similar to styled-components but thanks to the JSS core, it supports all features and plugins JSS does. For e.g. you can use full [JSON Syntax](https://github.com/cssinjs/jss/blob/master/docs/json-api.md) inside. Try it out on [webpackbin](https://www.webpackbin.com/bins/-KlrbQuwAZSK5eSzpCSy).