Merge pull request #79 from vendethiel/patch-1
backtick * in readme so it isn't interpreted as md
This commit is contained in:
commit
4dfe443585
@ -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".
|
||||
|
Loading…
x
Reference in New Issue
Block a user