- Fixed documentation

This commit is contained in:
Jongyoul Lee 2016-06-02 13:48:59 +09:00
parent fed1b40b5a
commit 6121f9b5da

View file

@ -47,9 +47,9 @@ Here is an example of `interpareter-setting.json` on your own interpreter.
```json
[
{
"interpreterGroup": "your-group",
"interpreterName": "your-name",
"interpreterClassName": "your.own.interpreter.class",
"group": "your-group",
"name": "your-name",
"className": "your.own.interpreter.class",
"properties": {
"propertiies1": {
"envName": null,