From 5277cd859fb7c7e41a51324c646a949b916863db Mon Sep 17 00:00:00 2001 From: ven Date: Thu, 5 May 2022 14:14:14 +0200 Subject: [PATCH] backtick * in readme so it isn't interpreted as md Without this, the two `*`s are considered matching italic delimiters. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7fce1e1..36e9064 100644 --- a/README.md +++ b/README.md @@ -15,4 +15,4 @@ Clone the repository and require it, or if you prefer luarocks: `$ luarocks inst # Versions -This library has a major compatibility break at version 1.0. Up to version 0.10, composition a*b means "apply b, then a" for quaternions and "apply a, then b" for matrices. Now as of version 1.0, the two are consistent and matrix a*b means "apply b, then a". +This library has a major compatibility break at version 1.0. Up to version 0.10, composition `a*b` means "apply b, then a" for quaternions and "apply a, then b" for matrices. Now as of version 1.0, the two are consistent and matrix `a*b` means "apply b, then a".