Skip to content

Commit 6c660c9

Browse files
committed
Update README to new package name
1 parent e3370cc commit 6c660c9

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,12 @@ julia> ustrip(x)
128128

129129
## Units
130130

131-
Despite the name, DynamicQuantities does not actually work with units. Instead, it works with *dimensions*.
132-
You can use Unitful to parse units, and use the DynamicQuantities->Unitful extension for conversion:
131+
DynamicQuantities works with quantities which store physical dimensions and a value,
132+
and does not directly provide a unit system.
133+
However, performing calculations with physical dimensions
134+
is actually equivalent to working with a standardized unit system.
135+
Thus, you can use Unitful to parse units,
136+
and then use the DynamicQuantities->Unitful extension for conversion:
133137

134138
```julia
135139
julia> using Unitful: Unitful, @u_str

0 commit comments

Comments
 (0)