Skip to content

Commit 69fb46f

Browse files
authored
Update schema
1 parent c7b5a97 commit 69fb46f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,12 @@ Each version includes a `<since>` tag, the first OS with that version of the tok
5555
Each language translation contains a number of different ways that token is represented on- and off-calc in that language:
5656

5757
* `ti-ascii`: The font bytes corresponding to the token's characters on-calc
58-
* `<display>`: A Unicode approximation of the token's on-calc appearance
58+
* `display`: A Unicode approximation of the token's on-calc appearance
5959
* `<accessible>`: An ASCII or Latin-1 representation of the token that is meant to be easy to type
6060
* `<variant>`: Any other name commonly used to represent the token (may not exist)
6161

6262
```xml
63-
<lang code="en" ti-ascii="7528012D3229">
64-
<display>u(𝑛-2)</display>
63+
<lang code="en" ti-ascii="7528012D3229" display="u(𝑛-2)">
6564
<accessible>u(n-2)</accessible>
6665
<variant>u(𝒏-2)</variant>
6766
</lang>

0 commit comments

Comments
 (0)