Skip to content

Commit 058248a

Browse files
committed
change readme
1 parent 11b0739 commit 058248a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ cee
5757
});
5858
```
5959

60-
### execute(_input_, _language_, _args_, _stdin_) → Promise<String>
60+
### execute(_input_, _language_, [_args_], [_stdin_], [_options_]) → Promise<String>
6161

6262
Returns the result (stdout) of the executed code. If stderr is not empty, an exception will be thrown with the content of stderr.
6363

@@ -77,6 +77,8 @@ Returns the result (stdout) of the executed code. If stderr is not empty, an exc
7777

7878
## Supported Languages
7979

80+
Get the supported languages on your platform with `cee.getSupportedLanguages();`
81+
8082
| | Linux / MacOS | Windows |
8183
| :----------: | :-----------: | :-----: |
8284
| `Python3` | ✔️ | ✔️ |

0 commit comments

Comments
 (0)