We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e14254 commit 4351964Copy full SHA for 4351964
1 file changed
README.md
@@ -119,6 +119,11 @@ Here are a few examples:
119
120
Measurements are represented as the numeric value followed by a space, then the serialized unit. For example, `5 m/s`
121
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
127
## Custom Units
128
129
To extend this package, users can define their own custom units using `Unit.define`:
0 commit comments