diff --git a/README.md b/README.md
index 81bf78c6..3d4080a9 100644
--- a/README.md
+++ b/README.md
@@ -151,7 +151,7 @@ jobs:
     - run: pipx run --python '${{ steps.cp310.outputs.python-path }}' nox --version
 ```
 
->After finishing the action environment variable `pythonLocation` becomes available. It contains the path to the folder where the desired version of Python or PyPy is installed.
+>After finishing the action environment variable `pythonLocation` also becomes available. It contains the absolute path to the folder where the desired version of Python or PyPy is installed.
 
 # Getting started with Python + Actions