From 86f495918b0336fff66e060494c3debd55be7c44 Mon Sep 17 00:00:00 2001 From: Dave Goddard Date: Wed, 1 Jan 2020 17:16:05 +1100 Subject: [PATCH] fix readme config.yml during the conversion from config.toml to config.yml the README.md file missed the conversion of the block from toml syntax to yml syntax. This completes the change --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bf10c54..83b9c29 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,8 @@ simple : false #simple output is_out_sql : false # Whether to output sql is_json_tag : true # Whether to mark JSON or not is_foreign_key : true # Whether to mark foreign key or not -[mysql_info] + +mysql_info : host : "127.0.0.1" port : 3306 username : "root"