From adcf6b058f5e3c3d16656e140255d204d9bbe008 Mon Sep 17 00:00:00 2001 From: Romein van Buren Date: Tue, 29 Jul 2025 16:36:48 +0200 Subject: [PATCH] Attribute fmplib (fix #1) Thanks @5HT2 for the suggestion --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index c2997f4..ebc390d 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,6 @@ # go-fmp -FileMaker file (.fmp12) parser and writer written in [Go](https://go.dev), inspired by and based on [fmptools](https://github.com/evanmiller/fmptools) and [fp5dump](https://github.com/qwesda/fp5dump). +FileMaker file (.fmp12) parser and writer written in [Go](https://go.dev), inspired by and based on [fmptools](https://github.com/evanmiller/fmptools), [fmplib](https://github.com/Rasmus20B/fmplib), and [fp5dump](https://github.com/qwesda/fp5dump). This is a work-in-progress. Any contributions are very welcome! :)