From ac9477bbeebae858c8483ad6d335522d9154de42 Mon Sep 17 00:00:00 2001 From: David Harder Date: Tue, 23 Apr 2024 14:43:33 -0500 Subject: [PATCH] README.md: typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3272bfb..d7abd06 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This repository houses the [Next.js](https://nextjs.org/)-based website for Budd ### Getting Started -We leverage [nvm](https://github.com/nvm-sh/nvm) (Node Volume Manager) to ensure user across all operating systems can actively contribute and avoid confusion with potentially too old of node versions. We stick to using the latest node.js LTS. To get nvm, follow [their steps](https://github.com/nvm-sh/nvm#installing-and-updating) then run `nvm use`. If you use nvm across multiple projects, you can do automatic switching in the shell following [this documentation](https://github.com/nvm-sh/nvm#deeper-shell-integration). +We leverage [nvm](https://github.com/nvm-sh/nvm) (Node Volume Manager) to ensure users across all operating systems can actively contribute and avoid confusion with potentially too old of node versions. We stick to using the latest node.js LTS. To get nvm, follow [their steps](https://github.com/nvm-sh/nvm#installing-and-updating) then run `nvm use`. If you use nvm across multiple projects, you can do automatic switching in the shell following [this documentation](https://github.com/nvm-sh/nvm#deeper-shell-integration). To upgrade dependencies interactively, run `yarn upgrade-interactive`