Skip to content

Commit

Permalink
Improve README
Browse files Browse the repository at this point in the history
  • Loading branch information
mondeja committed Dec 22, 2020
1 parent cd5f361 commit 60ba035
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ SVG paths bounding box calculator.
npm install svg-path-bbox
```

## Usage
## Documentation

### Usage

```javascript
> const { svgPathBbox } = require("svg-path-bbox")
Expand All @@ -44,7 +46,7 @@ $ svg-path-bbox "M5 10c3 0 3 3 0 3z" "M2 8m5 5z"
2 8 7 13
```

## Documentation
### Reference

<a name="svgPathBbox" href="#svgPathBbox">#</a> <b>svgPathBbox</b>(<i>d</i>) ⇒ `Array`

Expand Down

0 comments on commit 60ba035

Please sign in to comment.