diff --git a/README-en.md b/README-en.md
index e8815e71..d340a018 100755
--- a/README-en.md
+++ b/README-en.md
@@ -2,10 +2,14 @@
Compile A Statically Linked PHP With Swoole and other Extensions.
-Compile a purely static PHP binary file with various extensions to make PHP-cli applications more portable!
+Compile a purely static PHP binary file with various extensions to make PHP-cli applications more portable! (cli SAPI)
+
+
You can also use the micro binary file to package PHP source code and binary files into one for distribution!
-This function is provided by [dixyes/phpmicro](https://github.com/dixyes/phpmicro).
+This feature is provided by [dixyes/phpmicro](https://github.com/dixyes/phpmicro). (micro SAPI)
+
+
> This branch is new version, if you are looking for old bash version of static-php-cli, see [bash-version](https://github.com/crazywhalecc/static-php-cli/tree/bash-version).