diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..16f9ea8 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,8 @@ +{ + "cSpell.enabled": true, + "cSpell.words": ["Println", "Yann", "cespare", "xxhash"], + "markdownlint.config": { + "MD013": false, + "MD046": false + } +} diff --git a/README.md b/README.md index 30db25b..8eea28c 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,6 @@ CRC64ISOShort-8 22.2ns ± 3% Fnv64-8 2.34µs ± 1% Fnv64Short-8 74.7ns ± 8% -# ``` ## Usage @@ -72,4 +71,4 @@ Fnv64Short-8 74.7ns ± 8% ## License -This project is released under the Apache v2. licence. See [LICENSE](LICENSE) for more details. +This project is released under the Apache v2. license. See [LICENSE](LICENSE) for more details.