From e3be09e288733981d374eff2b25e6c283a17801f Mon Sep 17 00:00:00 2001 From: gretzke Date: Thu, 30 Nov 2023 01:58:19 +0100 Subject: [PATCH] adjust nvmrc and fix link --- .nvmrc | 2 +- CONTRIBUTING.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.nvmrc b/.nvmrc index 3c79f30..25bf17f 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -18.16.0 \ No newline at end of file +18 \ No newline at end of file diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2500aff..6d74909 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -28,7 +28,7 @@ Follow these steps to set up your local environment for development: - [Install foundry](https://book.getfoundry.sh/getting-started/installation) - Install dependencies: `forge install` -- [Install pre-commit](https://pre-commit.com/#post-commit) +- [Install pre-commit](https://pre-commit.com/#installation) - Install pre commit hooks: `pre-commit install` ## Pre-commit Hooks