Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleduo committed Dec 6, 2023
1 parent 7a29277 commit 13d642d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Here're screenshots of demo application. Consumer can have these features just o

- **Genie**: Feature unit of Aladdin. For example, `LogcatGenie` provides ability to inspect app's logcat at runtime. Genie can has its own top-level float view or a panel view hosted by `BoardGenie`.
- **Consumer API** layer: APIs that consumer can use to leverage Aladdin's ability.
- **Extend API** layer: APIs that consuemr can use to implement customized `AladdinGenie`.
- **Extension API** layer: APIs that consuemr can use to implement customized `AladdinGenie`.
- **Implementation** layer: Implementation of Aladdin framework.

### Components Explains
Expand Down
2 changes: 1 addition & 1 deletion README_ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Aladdin不仅是一个可以帮Android开发者更高效地调试App的框架。

- **Genie**: Aladdin的功能单元。例如:`LogcatGenie`提供了在运行时检视App的logcat的能力。genie可以由独立的控件承载,也可以由BoardGenie实现的面板承载,作为其中的一个标签卡。
- **Consumer API** layer: 用户可以直接使用的API。
- **Extend API** layer: 用户实现`AladdinGenie`扩展Aladdin能力用到的API。
- **Extension API** layer: 用户实现`AladdinGenie`扩展Aladdin能力用到的API。
- **Implementation** layer: Aladdin框架的实现。

### Components Explains
Expand Down
Binary file modified img/architecture.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 13d642d

Please sign in to comment.