From f5f8f4ff5f978de2c8fb4be0b05c324b4225338b Mon Sep 17 00:00:00 2001 From: Guilherme Date: Thu, 14 May 2026 21:59:45 +0200 Subject: [PATCH] Fix typo in README regarding reframe executable --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 857ecd81f..0eb3dd8a7 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ uvx reframe --version This will pull ReFrame's dependencies and run it. It also caches them, so that the next time you invoke it, it will not download and install them again. -The only "downside" of this method is that you have to always invoke ReFrame through `uvx`, as opposed to the `uv tool install` method, where the `reframe` execcutable is installed in a standard path. +The only "downside" of this method is that you have to always invoke ReFrame through `uvx`, as opposed to the `uv tool install` method, where the `reframe` executable is installed in a standard path. ## Running from source