Simplified a bit.
[xremote.git] / README.md
index 6480805..f152214 100644 (file)
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@ This is a very simple bash script to run scripts on a remote machine
 accessible by ssh, send required files, and get back result files
 transparently.
 
-It creates a temporary files in /tmp/ on the remote host and runs
+It creates a temporary directory in /tmp/ on the remote host and runs
 everything in it.
 
 I use it mostly to launch heavy training with PyTorch on a PC at home.