From 7c7c6e2a6bb268bfa46bb4744f2dc2ce7946ec2c Mon Sep 17 00:00:00 2001 From: Kristopher A Date: Mon, 18 Dec 2023 01:19:53 -0500 Subject: [PATCH] docs(readme): fix typo in examples --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ee3343d..3c274b8 100644 --- a/README.md +++ b/README.md @@ -62,8 +62,8 @@ And now you can run your script like this: `node my-script.js` | `--trailing-slashes`, `-t` | Add trailing slashes | false | `--trailing-slashes` | | `--reset-time`, `-r` | Set lastModified time to now | false | `-r` | | `--change-freq`, `-c` | Set change frequency [Option](https://github.com/bartholomej/svelte-sitemap/blob/master/src/interfaces/global.interface.ts#L22) | - | `--change-freq daily` | -| `--help`, `-h` | Display this usage info | - | `-v` | -| `--version`, `-v` | Show version | - | `-h` | +| `--help`, `-h` | Display this usage info | - | `-h` | +| `--version`, `-v` | Show version | - | `-v` | | `--debug` | Show some useful logs | - | `--debug` | ## 🙋 FAQ