diff --git a/README.md b/README.md
index b304834..402a687 100644
--- a/README.md
+++ b/README.md
@@ -16,9 +16,9 @@ Released specifically for the latest [AT32F403A MCU](https://www.arterychip.com/
打开示例文件夹之一并尝试编译代码/上传到 MCU
# Upload Firmware on MCU 上传固件
-Available upload methods: serial bootloader (PA9, PA10), dfu, jlink
+Available upload methods: `serial bootloader` (PA9, PA10), `dfu`, `jlink` (check the configuration guide [here](https://github.com/martinloren/Artery-AT32-PlatformIO/blob/main/JLINK.md) )
可用的上传方法:串行引导加载程序(PA9、PA10)、dfu、jlink
-1) Set it in the file platformio.ini in the project folder, complete configuration options as in example project *cmsis-blink*
+1) Set it in the file `platformio.ini` in the Project folder, complete configuration options as in example project *cmsis-blink*
设置在项目文件夹的platformio.ini文件中,完整的配置选项在示例项目*cmsis-blink*中
2) Run the Upload
运行上传