Skip to content

Commit

Permalink
Corrected readme headers
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephLivengood authored Feb 21, 2018
1 parent a9028cc commit a4f2f76
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
#react-page-blur
# react-page-blur

Full page blur... every time, every browser, every circumstance.


###Install
### Install

```
npm install react-page-blur --save
```

###Usage
### Usage
Simple:
```
<PageBlur active/>
Expand Down Expand Up @@ -37,7 +37,7 @@ Advanced:
/>
```

###Props
### Props
| Property | Type | Content | Default Value |
| --- | --- | --- | --- |
| active | `boolean` | Is the page blurred | `false`
Expand All @@ -56,7 +56,7 @@ Advanced:

^Acceptable string inputs are explained on: https://developer.mozilla.org/en-US/docs/Web/CSS/background-position

###Development
### Development
```
npm install
npm run build
Expand Down

0 comments on commit a4f2f76

Please sign in to comment.