Skip to content

Commit 780b3f3

Browse files
authored
Update README.md
1 parent ed5d528 commit 780b3f3

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,14 @@
33

44
## What does this script do?
55
This script enables the compilation and execution of .java-files directly from the
6-
inteface of your Text-Editor. This also works with package-structures as long as this does
7-
not include the use of external library-jars.
6+
inteface of your Text-Editor. It also works with package-structures as long as the use of library-jars is not required.
87

98
## What Editors can be used?
10-
This script was written for and tested with BBEdit (and previously Textwrangler). It is however agnostic of the editor
9+
The script was written for and tested with BBEdit (and previously Textwrangler). It is however agnostic of the editor
1110
in use as long as it is called directly with the editor being the active window in the front.
1211

1312
Background: The script tries to use frontmost document in the frontmost application as basis for compilation and execution.
14-
If that is your Texteditor and the Texteditor supports macOS's scripting features everything is fine.
13+
If that is your texteditor and it supports macOS's scripting features everything is fine.
1514

1615
## Setup with BBEdit
1716
Steps to get the scripts installed:

0 commit comments

Comments
 (0)