Fix java.nio.file.Files in README.md (#180)
This commit is contained in:
parent
76749fbd17
commit
c4f92e5b87
1 changed files with 1 additions and 1 deletions
|
|
@ -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)).
|
||||
|
|
|
|||
Loading…
Reference in a new issue