From c4f92e5b87a70d929d4a03c00d9effb6d1c178c3 Mon Sep 17 00:00:00 2001 From: Nate Sutton Date: Fri, 20 Dec 2019 10:26:28 -0600 Subject: [PATCH] Fix java.nio.file.Files in README.md (#180) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 583482bc..fc91f714 100644 --- a/README.md +++ b/README.md @@ -195,7 +195,7 @@ The following Java classes are available: - `Integer` - `Math` - `java.io.File` -- `java.nio.Files` +- `java.nio.file.Files` - `java.util.Base64` - `java.util.regex.Pattern` - `ProcessBuilder` (see [example](examples/process_builder.clj)).