aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
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)