From fa909b851270bb258ee60d1248d3331a3814d139 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BD=97=E6=B3=BD=E8=BD=A9?= Date: Sun, 14 Nov 2021 19:25:52 +0800 Subject: [PATCH] docs: fix the dist package name (#82) --- docs/en/latest/how-it-works.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/latest/how-it-works.md b/docs/en/latest/how-it-works.md index 5bf0b17..a7e5867 100644 --- a/docs/en/latest/how-it-works.md +++ b/docs/en/latest/how-it-works.md @@ -93,14 +93,14 @@ to built apisix-java-plugin-runner as a jar package, then you will see the `dist ``` cd dist -tar -zxvf apache-apisix-runner-bin.tar.gz +tar -zxvf apache-apisix-java-plugin-runner-0.1.0-bin.tar.gz ``` the layout of files in the `dist` directory is as below ``` dist -├── apache-apisix-runner-bin.tar.gz +├── apache-apisix-java-plugin-runner-0.1.0-bin.tar.gz └── apisix-runner-bin ├── apisix-java-plugin-runner.jar ├── bin