From a33350ff028574901d95dfc24d843cd0e7cc1022 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20A=2E=20Michel=C3=A9n=20Str=C3=B6fer?= Date: Mon, 26 Jun 2023 13:12:04 -0600 Subject: [PATCH] Update README.md (#27) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 7e8ae9b..368fa65 100644 --- a/README.md +++ b/README.md @@ -115,11 +115,14 @@ julia> angular_velocity = 1.2rad / s 1.2 rad s⁻¹ ``` +### Default Symbols Another way of doing this is to import all default units, which includes SI base and derived units from `Unitful.jl` with angle units from `DimensionfulAngles.jl`. This is done as ```julia julia> using DimensionfulAngles.DefaultSymbols + +julia> angular_velocity = 1.2rad / s ``` ## Contributing