From 17e4e91224cba1e989b8197e2bd7472dad69dde5 Mon Sep 17 00:00:00 2001 From: Cary Phillips Date: Fri, 4 Nov 2022 16:45:18 -0700 Subject: [PATCH] Change reference to IlmBase to Imath in README.md I really thought we'd eradicated references to IlmBase, but apparently not. Signed-off-by: Cary Phillips --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f4cb7a778f..455bdc4f3f 100644 --- a/README.md +++ b/README.md @@ -136,8 +136,8 @@ OpenEXR is intended solely for 2D data. It is not appropriate for storage of volumetric data, cached or lit 3D scenes, or more complex 3D data such as light fields. -The goals of the IlmBase project are simplicity, ease of use, -correctness and verifiability, and breadth of adoption. IlmBase is not +The goals of the Imath project are simplicity, ease of use, +correctness and verifiability, and breadth of adoption. Imath is not intended to be a comprehensive linear algebra or numerical analysis package.