From 6df75ad28e5bd71349572a16f3315d78ac7a2d02 Mon Sep 17 00:00:00 2001 From: ToruNiina Date: Mon, 17 Dec 2018 16:56:09 +0900 Subject: [PATCH] fix README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 208c4b5..76c4bff 100644 --- a/README.md +++ b/README.md @@ -446,7 +446,7 @@ if(max < min) you will get an error message like this. ```console -[error] value should be positive +[error] max should be larger than min --> example.toml 3 | min = 54 | ~~ minimum number here