Fix java.nio.file.Files in README.md (#180)

This commit is contained in:
Nate Sutton 2019-12-20 10:26:28 -06:00 committed by Michiel Borkent
parent 76749fbd17
commit c4f92e5b87

View file

@ -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)).