From f3f27272263d80141e356f4d29d20ec89ffc3fe1 Mon Sep 17 00:00:00 2001 From: Francesc Verdugo Date: Thu, 16 May 2019 15:28:52 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ffb89d3..3c14a2e 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ If you ❤️ this project, give us a ⭐️! ## Why -The main feature of the **TensorValues** package is that the provided do not extend from `AbstractArray`, but from `Number`! +The main feature of the **TensorValues** package is that the provided types do not extend from `AbstractArray`, but from `Number`! This allows one to work with them as if they were scalar values in broadcasted operations on arrays of `VectorValue` objects (also for `TensorValue` or `MultiValue` objects). For instance, one can perform the following manipulations: ```julia