You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -870,12 +870,12 @@ Comprehensive guides, references, and resources to help you get the most out of
870
870
871
871
-[API Reference](https://toonformat.dev/reference/api) – TypeScript/JavaScript encode/decode API
872
872
-[Syntax Cheatsheet](https://toonformat.dev/reference/syntax-cheatsheet) – Quick format lookup
873
-
-[Specification v2.1](https://github.com/toon-format/spec/blob/main/SPEC.md) – Normative rules for implementers
873
+
-[Specification](https://github.com/toon-format/spec/blob/main/SPEC.md) – Normative rules for implementers
874
874
875
875
## Other Implementations
876
876
877
877
> [!NOTE]
878
-
> When implementing TOON in other languages, please follow the [Specification](https://github.com/toon-format/spec/blob/main/SPEC.md)(currently v2.1) to ensure compatibility across implementations. The [conformance tests](https://github.com/toon-format/spec/tree/main/tests) provide language-agnostic test fixtures that validate your implementations.
878
+
> When implementing TOON in other languages, please follow the [Specification](https://github.com/toon-format/spec/blob/main/SPEC.md) to ensure compatibility across implementations. The [conformance tests](https://github.com/toon-format/spec/tree/main/tests) provide language-agnostic test fixtures that validate your implementations.
879
879
880
880
### Official Implementations
881
881
@@ -885,8 +885,9 @@ Comprehensive guides, references, and resources to help you get the most out of
0 commit comments