diff --git a/README-RU.md b/README-RU.md
index 3b7a81e..02f00fe 100644
--- a/README-RU.md
+++ b/README-RU.md
@@ -27,7 +27,7 @@
- English(WIP)
+ English
|
diff --git a/README-ZH.md b/README-ZH.md
index a6e610d..bbed8aa 100644
--- a/README-ZH.md
+++ b/README-ZH.md
@@ -27,7 +27,7 @@
|
- English(WIP)
+ English
|
diff --git a/README.md b/README.md
index 03a88cb..19721d8 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,7 @@
|
- English(WIP)
+ English
|
@@ -881,11 +881,11 @@ public struct WorldComponent : IEcsWorldComponent
# FAQ
## 'ReadOnlySpan<>' could not be found
-В версии Unity 2020.1.х в консоли может выпадать ошибка:
+In Unity 2020.1.x, you may encounter this error in the console:
```
The type or namespace name 'ReadOnlySpan<>' could not be found (are you missing a using directive or an assembly reference?)
```
-Чтобы починить добавьте директиву `ENABLE_DUMMY_SPAN` в `Project Settings/Player/Other Settings/Scripting Define Symbols`.
+To fix this, add the define symbol `ENABLE_DUMMY_SPAN` to `Project Settings/Player/Other Settings/Scripting Define Symbols`.
|