diff --git a/README.md b/README.md index 16fe178..7ffa35c 100644 --- a/README.md +++ b/README.md @@ -50,15 +50,15 @@ YAML conveys the same infromation with **fewer tokens**: ```yaml users: -- id: 1 - name: Alice - role: admin -- id: 2 - name: Bob - role: user + - id: 1 + name: Alice + role: admin + - id: 2 + name: Bob + role: user ``` -TOON conveys the same information with even **fewer tokens**: +TOON conveys the same information with **even fewer tokens**: ``` users[2]{id,name,role}: