From 6ffbf55500a13802f61cce63056a12921e4414a9 Mon Sep 17 00:00:00 2001 From: aappleby Date: Mon, 4 Mar 2024 14:10:59 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b1b63ef..b0c353c 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Hancho should suffice for small to medium sized projects. ## Updates - - 2024-03-04 - Unrecognized command line flags are now merged into the global config object. This allows you to do things like "hancho.py --build_dir=some/other/dir" which could be annoying otherwise. + - 2024-03-04 - Unrecognized '--key=value' command line flags are now merged into the global config object. This allows you to do things like "hancho.py --build_dir=some/other/dir" which could be annoying otherwise. - 2024-03-02 - Initial release. Some test cases yet to be written. ## Installation