diff --git a/README.md b/README.md index a5148b0..feada04 100644 --- a/README.md +++ b/README.md @@ -16,5 +16,5 @@ SimpleConstants also defines all the SI prefixes (e.g., `kilo` and `milli`). [U using SimpleConstants λ = 1.55micro λunit = nano -println("λ = $(round(λ/λunit, sigdigits=3)) $(λunit)m.") # prints "λ = 1550.0 nm." +println("λ = $(round(λ/λunit, sigdigits=3)) $(λunit)m.") # print out "λ = 1550.0 nm." ```