diff --git a/README_EN.md b/README_EN.md index 56bf7258..0a3eafe6 100644 --- a/README_EN.md +++ b/README_EN.md @@ -35,14 +35,17 @@ alt="Sponsors" />

-# Brief Description -        This is a framework that helps Android App transform into AOP architecture. With just one annotation, you can request permissions, switch threads, prohibit multiple clicks, monitor all click events at once, monitor the life cycle, etc. You can also customize your own Aop code without using AspectJ. # README.md - en [English](https://github.com/FlyJingFish/AndroidAOP/blob/master/README_EN.md) - zh_CN [简体中文](https://github.com/FlyJingFish/AndroidAOP/blob/master/README.md) +# Brief Description + +        This is a framework that helps Android App transform into AOP architecture. With just one annotation, you can request permissions, switch threads, prohibit multiple clicks, monitor all click events at once, monitor the life cycle, etc. You can also customize your own Aop code without using AspectJ. + + ## Special feature 1 . This library has built-in some aspect annotations commonly used in development for you to use.