Skip to content

Commit

Permalink
Roman/version/0.0.2 (#12)
Browse files Browse the repository at this point in the history
* ### Fixed
- Values 40, 90, 400, 900, 4000, 9000,... were not being converted correctly

* update README and coverage
  • Loading branch information
amerharb authored May 2, 2024
1 parent 0674c4a commit 7446a37
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions packages/roman/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# @numerals/roman

[![Version](https://img.shields.io/badge/version-0.0.1-blue.svg)](https://github.com/amerharb/numerals/tree/roman/version/0.0.1)
[![Version](https://img.shields.io/badge/version-0.0.2-blue.svg)](https://github.com/amerharb/numerals/tree/roman/version/0.0.2)
[![License: GPLv3](https://img.shields.io/badge/License-ISC-blue.svg)](https://opensource.org/licenses/ISC)
![Coverage](https://raw.githubusercontent.com/amerharb/numerals/roman/version/0.0.1/packages/roman/badges/coverage.svg)
![Github workflow](https://github.com/amerharb/numerals/actions/workflows/lint-test.yaml/badge.svg?branch=roman/version/0.0.1)
![Coverage](https://raw.githubusercontent.com/amerharb/numerals/roman/version/0.0.2/packages/roman/badges/coverage.svg)
![Github workflow](https://github.com/amerharb/numerals/actions/workflows/lint-test.yaml/badge.svg?branch=roman/version/0.0.2)

**@numerals/roman** is a package for converting number into roman numeral.
**@numerals/roman** is a package for converting number into Roman numeral.

`8 -> Ⅷ`

Expand Down
2 changes: 1 addition & 1 deletion packages/roman/badges/coverage.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7446a37

Please sign in to comment.