Skip to content

Commit

Permalink
Correct Roman numerals example in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeboone02 committed Jun 16, 2023
1 parent 761d954 commit 416be5e
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 @@ -47,7 +47,7 @@ As UMD (all exports are properties of the global object `NumericQuantity`):
```html
<script src="https://unpkg.com/numeric-quantity"></script>
<script>
console.log(NumericQuantity.numericQuantity('xii')); // 12
console.log(NumericQuantity.numericQuantity('xii', { romanNumerals: true })); // 12
</script>
```

Expand Down

0 comments on commit 416be5e

Please sign in to comment.