From 383a33f988e9aa9863a20965462e2bc7c1fd7231 Mon Sep 17 00:00:00 2001 From: Daan Koning Date: Wed, 23 Nov 2022 21:51:04 +0100 Subject: [PATCH] typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7a67c97..5fb89a7 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ In order to set the API key to use either the `-k` or `--key` arguments. If neit Different parts of the world have different bookmakers. To reflect this the `-r` or `--region` arguments allow you to set the region in which to search. Accepts the values `"eu"`,`"us"`, `"uk"`, and `"au"`. ### Unformatted -Using the `-u` or `--unformatted` will remove the pretty printing and simply dump the json which contains the arbs to the console directly. Use this if you intend to extend upon the script in some way, for regular usage the formatted print is significantly better. +Using the `-u` or `--unformatted` flags will remove the pretty printing and simply dump the json which contains the arbs to the console directly. Use this if you intend to extend upon the script in some way, for regular usage the formatted print is significantly better. ### Help -The `-h` or `--help` flags will show a short help message with documentation. \ No newline at end of file +The `-h` or `--help` flags will show a short help message with documentation.