Skip to content

Commit

Permalink
Fix install typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jxnblk committed Aug 18, 2018
1 parent 64a1e9f commit 2d0ebd3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -25,7 +25,7 @@ with support for
http://jxnblk.com/rebass

```sh
npm i rebass@next
npm i rebass
```

Rebass is a library of highly-composable, primitive UI components for React,
Expand Down
2 changes: 1 addition & 1 deletion docs/_constants.js
@@ -1,3 +1,3 @@
export const photo = 'https://images.unsplash.com/photo-1462331940025-496dfbfc7564?w=2048&q=20'
export const docs = '/getting-started'
export const install = 'npm i rebass@next'
export const install = 'npm i rebass'
7 changes: 5 additions & 2 deletions docs/components/Border.md
@@ -1,7 +1,10 @@
# Border

```.jsx
<Border py={2}>
<Border
py={2}
top
bottom>
Hello
</Border>
```
Expand Down Expand Up @@ -30,4 +33,4 @@ px | | space | responsive
py | | space | responsive
width | | N/A | responsive
color | | colors | responsive
bg | | colors | responsive
bg | | colors | responsive

0 comments on commit 2d0ebd3

Please sign in to comment.