Skip to content

Commit

Permalink
Format docs
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdunphy committed Aug 30, 2015
1 parent 96a4461 commit 5d8bf2a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Expand Up @@ -12,6 +12,7 @@ Parse length and angle CSS values and convert between units.
#### Supported units:

**Length:** `%, ch, cm, em, ex, in, mm, pc, pt, px, rem, vh, vmax, vmin, vw`

**Angle:** `deg, grad, rad, turn`

## Install
Expand All @@ -20,9 +21,7 @@ Parse length and angle CSS values and convert between units.

**npm:** `npm i -S units-css`

---

One object is exported:
(One object is exported:)

```javascript
var units = require('units-css');
Expand Down

0 comments on commit 5d8bf2a

Please sign in to comment.