Skip to content

Commit 178dc08

Browse files
authored
feat(docs): update Backend.md
1 parent b2ae55c commit 178dc08

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

docs/Backend.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,9 @@ Initializes internal state and registers the current environment version (V1, V2
1616

1717
Returns one of the following from `eAPIVersion`:
1818

19-
- -1: (L54) - Vanilla Lua 5.4 (mock/dev mode).
20-
21-
- 0: (V1) - YimMenu V1.
22-
23-
- 1: (V2) - YimMenu V2.
19+
- 1: (V1) - YimMenu V1.
20+
- 2: (V2) - YimMenu V2.
21+
- 3: (L54) - Vanilla Lua 5.4 (mock/dev mode).
2422

2523
Used to map environment-specific features in `Compat.lua`
2624

0 commit comments

Comments
 (0)