diff --git a/README.md b/README.md index 10f16c9..18c0045 100644 --- a/README.md +++ b/README.md @@ -154,7 +154,7 @@ Source code enclosed in `time-limited` tags is removed after the specified time. ``` -### `marker` +### `removal-marker` If the command line argument `--removal-marker-target-name` is specified, tags whose name attribute matches the value of the argument are targeted for deletion. @@ -174,12 +174,12 @@ chiritori --filename=./samples/sample-code.js --removal-marker-target-name="feat

Hello World

- +

Feature 1 will be released soon.

- - + +

Feature 2 will be released soon.

- + ```