Skip to content

Commit 6694dda

Browse files
committed
readme
1 parent 0286fe5 commit 6694dda

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Styled Components on top of JSS.
1+
# Styled Components on top of JSS
22

33
## Usage
44

@@ -18,9 +18,9 @@ const PrimaryButton = styled(Button, {
1818
})
1919
```
2020

21-
### With base style sheet
21+
### With base Style Sheet
2222

23-
Using base style sheet we can share classes between styled primitives.
23+
Using base Style Sheet we can share classes between styled primitives.
2424

2525
```js
2626
import Styled from 'styled-jss'
@@ -77,3 +77,7 @@ export const styled = prepareStyled(injectSheet)
7777
const Styled = setStyledCreator(styled)
7878
export default Styled
7979
```
80+
81+
## License
82+
83+
MIT

0 commit comments

Comments
 (0)