Skip to content

Commit 4351964

Browse files
docs: Adds default unit file to readme
1 parent 4e14254 commit 4351964

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,11 @@ Here are a few examples:
119119

120120
Measurements are represented as the numeric value followed by a space, then the serialized unit. For example, `5 m/s`
121121

122+
## Default Units
123+
124+
For a list of the default units and their conversion factors, see the
125+
[`DefaultUnits.swift file`](https://github.com/NeedleInAJayStack/Units/blob/main/Sources/Units/Unit/DefaultUnits.swift)
126+
122127
## Custom Units
123128

124129
To extend this package, users can define their own custom units using `Unit.define`:

0 commit comments

Comments
 (0)