From e03c3ee576fd3ebf5bdb24164724ae86bc2c1f83 Mon Sep 17 00:00:00 2001 From: Wolfgang Draxinger Date: Wed, 8 Apr 2020 12:13:42 +0200 Subject: fixed two small typos in README --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 9c43c8e..a61a9e0 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ # linmath.h -- A small library for linear math as required for computer graphics -linmath.h provides the most used types required programming computer graphice: +linmath.h provides the most used types required for programming computer graphics: vec3 -- 3 element vector of floats vec4 -- 4 element vector of floats (4th component used for homogenous computations) -- cgit v1.2.3