Fix typo in readme

This commit is contained in:
1computer1 2019-07-11 00:25:50 -04:00
parent a1b88e24b8
commit 07bbc86744
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ Example response:
### **POST** `/eval`
Evaluate code.
JSON payload with `language` and `code` keys.
The `language` is as in the name of a subfolder in the `language` directory.
The `language` is as in the name of a subfolder in the `languages` directory.
Example payload:
```json