From 21e41b68182e251d58fec4ab1ba34c93f78598c1 Mon Sep 17 00:00:00 2001 From: Iurii Malchenko Date: Sat, 2 Jan 2021 03:07:59 +0200 Subject: [PATCH] readme tweak --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c69f5a..a1f4602 100644 --- a/README.md +++ b/README.md @@ -199,7 +199,7 @@ Here, the file name doesn't start with a `/` – `dir/data.txt`. The calling site is in the `/home/user/.../project/src/main/scala/com/company/` directory. -Those requested file is appended to this directory, resulting in `/home/user/.../project/src/main/scala/com/company/dir/data.txt`. +The requested file name is appended to this directory, resulting in `/home/user/.../project/src/main/scala/com/company/dir/data.txt`. This file is taken relative to the first `scala` directory in the path, resulting in `/com/company/dir/data.txt`.