aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/part-2/1_xds-server/3_how-to-run.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/part-2/1_xds-server/3_how-to-run.md b/docs/part-2/1_xds-server/3_how-to-run.md
index c99c468..f1dbb47 100644
--- a/docs/part-2/1_xds-server/3_how-to-run.md
+++ b/docs/part-2/1_xds-server/3_how-to-run.md
@@ -148,10 +148,10 @@ For example, here 2 SDKs family (`agl` and `zephyr`) are defined:
├── README.md
└── zephyr
├── add
-│ ├── db-dump
-│ ├── db-update
-│ ├── get-family-config
-│ ├── get-sdk-info
+ ├── db-dump
+ ├── db-update
+ ├── get-family-config
+ ├── get-sdk-info
└── remove
```