diff --git a/.husky/pre-commit b/.husky/pre-commit index 7a6c2882b..d24fdfc60 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -2,5 +2,3 @@ . "$(dirname -- "$0")/_/husky.sh" npx lint-staged - -typos docs diff --git a/README.md b/README.md index 10cd23b76..5c755765a 100644 --- a/README.md +++ b/README.md @@ -8,16 +8,6 @@ This website is built using [Docusaurus 2](https://docusaurus.io/), a modern sta npm ci ``` -```shell -curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -``` - -``` -cargo install typos-cli -``` - -You don`t have to run these two commands if you won't commit the changes or you have already installed typos-cli. - ### Local Development ```shell