From d0cc61ae6cdfc3c63dfddbad4a29d665e33dbffc Mon Sep 17 00:00:00 2001 From: Sn0rt Date: Thu, 28 Sep 2023 10:35:44 +0800 Subject: [PATCH] docs: update README.md (#486) Signed-off-by: Sn0rt --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 42903994..2a8284f4 100644 --- a/README.md +++ b/README.md @@ -155,7 +155,7 @@ The response indicates that apisix is running successfully: If you want to modify the default configuration of APISIX, you can use the following command to enter the APISIX container and modify the configuration file `./conf/config.yaml`, which will take effect after reloading APISIX. For details, please refer to `./conf/config-default.yaml`. -``` +```shell docker exec -it apache-apisix bash ``` @@ -165,7 +165,7 @@ For more information, you can refer to the [APISIX Website](https://apisix.apach If you change your custom configuration, you can reload APISIX (without downtime) by issuing. -``` +```shell docker exec -it apache-apisix apisix reload ``` This will run the `apisix reload` command in your container.