Skip to content

Commit 76e9ee7

Browse files
committed
Fix README
1 parent 202b6a3 commit 76e9ee7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Currently supported grammars are:
2727
| [C# Script] | Yes | Yes | | [`scriptcs`] | |
2828
| C++ | Yes | Yes | | `xcrun clang++`/`g++` | Available only on macOS and Linux. Run with `-std=c++14`. |
2929
| [Clojure] | Yes | Yes | | `lein exec` | Requires [Leiningen] with the [lein-exec] plugin. |
30-
| [CoffeeScript] ([Literate]) | Yes | Yes | | `coffee` | Runs only selected code blocks in [literate] files. |
30+
| [CoffeeScript] ([Literate]) | Yes | Yes | | `coffee` | |
3131
| [Crystal] | Yes | Yes | [language-crystal-actual] | `crystal` | |
3232
| [Cucumber] ([Gherkin]) | Yes | | [language-gherkin] | `cucumber` | |
3333
| [D] | Yes | Yes | [language-d] | `rdmd` | |
@@ -52,7 +52,7 @@ Currently supported grammars are:
5252
| [io] | Yes | Yes | [atom-language-io] | `io` | |
5353
| Java | Yes | | | `*\jdk1.x.x_xx\bin` | Project directory should be the source directory; subfolders imply packaging. |
5454
| Javascript | Yes | Yes | | `node` | |
55-
| JavaScript for Automation ([JXA]) | Yes | Yes | [language-javascript-jxa] | `osascript -l JavaScript` | Available only on macOS. |
55+
| JavaScript for Automation ([JXA]) | Yes | Yes | [language-javascript-jxa] | `osascript -l JavaScript` | Available on macOS only. |
5656
| [Jolie] | Yes | | [language-jolie] | `jolie` | |
5757
| [Julia] | Yes | Yes | [language-julia] | `julia` | |
5858
| [Kotlin] | Yes | Yes | [language-kotlin] | `kotlinc` | |

0 commit comments

Comments
 (0)