From 3d54c03c99385fa9d5747f355c0d50855baf5970 Mon Sep 17 00:00:00 2001 From: fankesyooni Date: Sat, 24 Sep 2022 18:17:58 +0800 Subject: [PATCH] Modify change translation in quick-start documentation --- docs-source/src/en/guide/quick-start.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs-source/src/en/guide/quick-start.md b/docs-source/src/en/guide/quick-start.md index 5bf2045c..0d7465c4 100644 --- a/docs-source/src/en/guide/quick-start.md +++ b/docs-source/src/en/guide/quick-start.md @@ -18,13 +18,13 @@ - JVM 11 and above (Since API `1.0.80`) -## Automatically build the project +## Automatically Build Project `YukiHookAPI` provides an automated build tool that can help you quickly build an Android standard project template with Xposed Module dependencies, and use the built template to start the next step directly. You can [click here](../tools/yukihookapi-projectbuilder) to check it out. -## Manually configure the project +## Manually Configure Project If you don't want to use automated build tools, you can still manually configure project dependencies as follows.