Skip to content

Commit

Permalink
udpate README example
Browse files Browse the repository at this point in the history
  • Loading branch information
bumblehead committed Nov 14, 2023
1 parent 94fa215 commit c21bba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ test('specify the type of export returned', async () => {
}
})

assert.equal(rabbit.makebabies({ pairs: 3 }), 'πŸ‡πŸ‡πŸ‡πŸ‡πŸ‡πŸ‡πŸ‡')
assert.equal(rabbit.makebabies(), 'πŸ‡πŸ‡πŸ‡πŸ‡πŸ‡πŸ‡πŸ‡πŸ‡πŸ‡πŸ‡πŸ‡πŸ‡πŸ‡')
})
```

Expand Down

0 comments on commit c21bba0

Please sign in to comment.