From 367f0c928398dd73186111ddaa18c176f3c8a70d Mon Sep 17 00:00:00 2001 From: Chris Lowis Date: Fri, 12 Jan 2024 11:08:09 +0000 Subject: [PATCH] Remove reference to .tool-versions from README asdf will use .ruby-version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bdb1ea94..093da82b 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## Development -This is a Rails app running on the version of ruby specified in `.ruby-version`. There's also a `.tool-versions` file, so if you're using `asdf` you can install the correct version of ruby locally with +This is a Rails app running on the version of ruby specified in `.ruby-version`. If you're using `asdf` you can install the correct version of ruby locally with asdf install