From 4d402fc6c1d94e00307db772bd1c0cf77ca99d38 Mon Sep 17 00:00:00 2001
From: Max Held <info@maxheld.de>
Date: Tue, 13 Aug 2019 16:41:20 +0200
Subject: [PATCH] clarify language

I guess this action doesn't technically make sure that my working directory is `$GITHUB_WORKSPACE`, so this might be more precise?
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index a5da491..8b73a2a 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # checkout
 
-This action checks out your repository so that your workflow operates from the root of the repository
+This action checks out your repository to `$GITHUB_WORKSPACE`, so that you so that your workflow can access the contents of your repository.
 
 # Usage