Skip to content

Commit 282f388

Browse files
authored
Update README.md
docs: remove duplicate text in README
1 parent 454e0c7 commit 282f388

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Diff for: README.md

-7
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,6 @@ protected statusPages: Record<StatusPageRange, StatusPageRenderer> = {
8888
### !! Note on command --template option !!
8989
If you enable maintenance mode with the `--template` option (e.g., node ace maintenance:on --template=path_to_template), the template specified will automatically be used for the 503 error response, making manual changes in `handler.ts` unnecessary. This provides flexibility for setting custom templates dynamically without requiring code modifications.
9090

91-
## Deactivating Maintenance Mode
92-
Turn off maintenance mode using the following command:
93-
94-
```bash
95-
node ace maintenance:off
96-
```
97-
9891
This command removes the `maintenance_mode_on` file from the `tmp/` directory.
9992
## Deactivating Maintenance Mode
10093
Turn off maintenance mode using the following command:

0 commit comments

Comments
 (0)