This is an automated email from the ASF dual-hosted git repository.

lingsamuel pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-docker.git


The following commit(s) were added to refs/heads/master by this push:
     new d0cc61a  docs: update README.md (#486)
d0cc61a is described below

commit d0cc61ae6cdfc3c63dfddbad4a29d665e33dbffc
Author: Sn0rt <[email protected]>
AuthorDate: Thu Sep 28 10:35:44 2023 +0800

    docs: update README.md (#486)
    
    Signed-off-by: Sn0rt <[email protected]>
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 4290399..2a8284f 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.

Reply via email to