Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
alxjrvs committed Dec 29, 2024
1 parent 2d02279 commit e104a63
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions GETTING_STARTED.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,19 +128,17 @@ import { rollCustomFaces } from 'randsum'

rollCustomFaces('2d20')


rollCustomFaces({
faces: ['h', 't'],
quantity: 4
}) /

rollCustomFaces([
{
faces: ['h', 't'],
quantity: 4
},
'2d20'
])
rollCustomFaces([
{
faces: ['h', 't'],
quantity: 4
},
'2d20'
])
```

### Advanced Usage
Expand Down

0 comments on commit e104a63

Please sign in to comment.