fix README

This commit is contained in:
ToruNiina 2018-12-17 16:56:09 +09:00
parent 74fc70cfee
commit 6df75ad28e

View File

@ -446,7 +446,7 @@ if(max < min)
you will get an error message like this. you will get an error message like this.
```console ```console
[error] value should be positive [error] max should be larger than min
--> example.toml --> example.toml
3 | min = 54 3 | min = 54
| ~~ minimum number here | ~~ minimum number here