diff --git a/docs/en-US/guide/installation.md b/docs/en-US/guide/installation.md
index e1b50a79e0..0c571a0e6f 100644
--- a/docs/en-US/guide/installation.md
+++ b/docs/en-US/guide/installation.md
@@ -5,16 +5,17 @@ lang: en-US
# Installation
-## Compatibility
+## Compatibility ^(2.5.0)
+
+Element Plus can run on browsers that support last 2 versions.
-Element Plus can run on browsers that support [ES2018](https://caniuse.com/?feats=mdn-javascript_builtins_regexp_dotall,mdn-javascript_builtins_regexp_lookbehind_assertion,mdn-javascript_builtins_regexp_named_capture_groups,mdn-javascript_builtins_regexp_property_escapes,mdn-javascript_builtins_symbol_asynciterator,mdn-javascript_functions_method_definitions_async_generator_methods,mdn-javascript_grammar_template_literals_template_literal_revision,mdn-javascript_operators_destructuring_rest_in_objects,mdn-javascript_operators_spread_spread_in_destructuring,promise-finally) and [ResizeObserver](https://caniuse.com/resizeobserver).
If you really need to support outdated browsers, please add [Babel](https://babeljs.io/) and Polyfill yourself.
Since Vue 3 no longer supports IE11, Element Plus does not support IE either.
-|  |  |  |  |
-| ---------------------------------------------------------------------- | --------------------------------------------------------------------------------- | ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ |
-| Edge ≥ 79 | Firefox ≥ 78 | Chrome ≥ 64 | Safari ≥ 12 |
+| 
Edge | 
Firefox | 
Chrome | 
Safari |
+|------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------|
+| last 2 versions | last 2 versions | last 2 versions | last 2 versions |
### Version