From d0c96e06df7a643a2e5563908a5c002908865841 Mon Sep 17 00:00:00 2001 From: Steve Kelly Date: Thu, 13 Jun 2024 23:11:58 -0400 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 5c9584c..7267308 100644 --- a/README.md +++ b/README.md @@ -108,8 +108,7 @@ transformation chain. #### Coordinate types -The package accepts any `AbstractVector` type for Cartesian coordinates (as -well as *FixedSizeArrays* types in Julia v0.4 only). For speed, we recommend +The package accepts any `AbstractVector` type for Cartesian coordinates. For speed, we recommend using a statically-sized container such as `SVector{N}` from *StaticArrays*. We do provide a few specialist coordinate types. The `Polar(r, θ)` type is a 2D