From 7f402fd9c9328069a3c974f7df4e714ac92b63a3 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Sun, 18 Aug 2019 23:20:17 +0200 Subject: [PATCH] doc --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e44eb4f7..df985392 100644 --- a/README.md +++ b/README.md @@ -53,8 +53,8 @@ So the sweet spot for babashka is executing tasks from the command line where fast startup time is preferred, in the same space where you would use bash. Where it can, babashka calls the regular implementation of Clojure on the JVM -and proxies common JVM packages like `System`, so writing code in it should be -familiar if you're already using Clojure on the JVM. +and proxies common Java packages like `System` and `File`, so writing code in it +should be familiar if you're already using Clojure on the JVM. ## Status