commit 69e5f96b6bf6d574ba1c8ca8aeaced3125b9d9c2
parent a37bb6a116a5258bae9aa7c6ed3c7cafe7f4f3a0
Author: vaplv <vaplv@free.fr>
Date: Thu, 8 Jan 2015 09:06:14 +0100
Fix a markdown formating issue
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -4,7 +4,7 @@ This C89 library defines an interface that encapsulates and make easier the
manipulation of SIMD instruction sets. It also provides a SIMD implementation
of linear algebra operations for 3x3 and 4x4 matrices as well as quaternions
arranged in an `Array of Structures` SIMD layout. Linear algebra functions on
-`Structure of Arrays` <2|3|4> dimensions vectors are also implemented.
+`Structure of Arrays` <2|3|4\> dimensions vectors are also implemented.
Note that currently only the SSE2 instruction set is supported.