Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
qbunt committed Dec 19, 2024
1 parent 005a1b8 commit d19a849
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 @@ -11,7 +11,7 @@ Transform ⚡ numbers into Roman numerals (and back again) with this zero-depend
With [npm](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm), [pnpm](https://pnpm.io/), or [yarn](https://yarnpkg.com/) installed, run:

```shell
$ pnpm add romans
$ npm install romans
```

## Usage 🧮
Expand Down

3 comments on commit d19a849

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report

St.
Category Percentage Covered / Total
🟢 Statements 100% 36/36
🟢 Branches 100% 19/19
🟢 Functions 100% 2/2
🟢 Lines 100% 33/33

Test suite run success

37 tests passing in 2 suites.

Report generated by 🧪jest coverage report action from d19a849

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report

St.
Category Percentage Covered / Total
🟢 Statements 100% 36/36
🟢 Branches 100% 19/19
🟢 Functions 100% 2/2
🟢 Lines 100% 33/33

Test suite run success

37 tests passing in 2 suites.

Report generated by 🧪jest coverage report action from d19a849

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report

St.
Category Percentage Covered / Total
🟢 Statements 100% 36/36
🟢 Branches 100% 19/19
🟢 Functions 100% 2/2
🟢 Lines 100% 33/33

Test suite run success

37 tests passing in 2 suites.

Report generated by 🧪jest coverage report action from d19a849

Please sign in to comment.