Skip to content

Commit

Permalink
readme: minor tweak 📝; 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
derhuerst committed Feb 20, 2024
1 parent a52c2bf commit c35e6e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "svg-radar-chart",
"description": "A reusable radar chart in SVG.",
"version": "0.2.3",
"version": "1.0.0",
"type": "module",
"main": "index.js",
"files": [
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ radar(columns, data, {

## API

```
radar(columns, data, [opt])
```js
radar(columns, data, opt = {})
```

`columns` must be an object. The values are captions.
Expand Down

0 comments on commit c35e6e5

Please sign in to comment.