diff --git a/docs-en/readme/js-application-framework.md b/docs-en/readme/js-application-framework.md index d1e8b4a14c903554c38f434ff468db3281286f67..a507e871f593f4c058a33bbd9af77e604734b2e4 100755 --- a/docs-en/readme/js-application-framework.md +++ b/docs-en/readme/js-application-framework.md @@ -19,9 +19,9 @@ The source code of the framework is stored in **/foundation/ace**. The followin │ ├── examples #Sample code │ ├── include #Exposed header files │ ├── packages #JavaScript implementation - │ ├── src #Source code +│ ├── src #Source code │ ├── targets #Configuration file of each target device - │ └── tools #Tool code +│ └── tools #Tool code ├── interfaces #APIs exposed externally │ └── innerkits #Header files of internal subsystems │ └── builtin #JavaScript third-party module APIs exposed by the JS application framework @@ -87,7 +87,7 @@ ninja: } ``` -cmake: +CMake: ``` ......