Skip to content

Commit

Permalink
backtick * in readme so it isn't interpreted as md
Browse files Browse the repository at this point in the history
Without this, the two `*`s are considered matching italic delimiters.
  • Loading branch information
vendethiel authored May 5, 2022
1 parent 8282157 commit 5277cd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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".

0 comments on commit 5277cd8

Please sign in to comment.