From 49a6e1d20374780e46689f7704e8ca19db24c347 Mon Sep 17 00:00:00 2001 From: Adrian de la Rosa Date: Sat, 9 May 2026 15:51:40 +0200 Subject: [PATCH] docs: link SPEC.md from README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1a98892..65f2954 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # @echecs/fen +[![Spec](https://img.shields.io/badge/Spec-FIDE-green.svg)](SPEC.md) + Parse and stringify [FEN](https://www.chessprogramming.org/Forsyth-Edwards_Notation) (Forsyth-Edwards Notation) chess positions. Strict TypeScript, no-throw API.