Skip to content

Commit

Permalink
README updated
Browse files Browse the repository at this point in the history
  • Loading branch information
tsmx committed Apr 3, 2022
1 parent d6b6b11 commit 6fd6e60
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Provides the following functionalities:
- Degree to compass direction conversion
- Fahrenheit <> Celsius conversion
- MPH <> KMH conversion
- Inch <> Millimeter conversion

## Usage

Expand Down Expand Up @@ -220,6 +221,26 @@ Type: `number`

The value to be converted in KMH.

#### inchToMillimeter(inch)

Converts inches to millimeters.

##### inch

Type: `number`

The value to be converted in millimeters.

#### millimeterToInch(millimeter)

Converts millimeters to inches.

##### millimeter

Type: `number`

The value to be converted in inches.

## References

The implementations in this library are based on the following references.
Expand Down

0 comments on commit 6fd6e60

Please sign in to comment.