From eb39cdedcb9e08924eae8f5cdb50c40f8a471896 Mon Sep 17 00:00:00 2001 From: Kaleert Date: Wed, 11 Mar 2026 18:52:32 +0300 Subject: [PATCH] Add Nyagram to Miscellaneous --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e9b442ce..beb3f650 100644 --- a/README.md +++ b/README.md @@ -1184,6 +1184,7 @@ _Libraries that provide custom matchers._ - [Hamcrest](http://hamcrest.org/JavaHamcrest/) - Matchers that can be combined to create flexible expressions of intent. - [JSONAssert](http://jsonassert.skyscreamer.org) - Simplifies testing JSON strings. - [JsonUnit](https://github.com/lukas-krecan/JsonUnit) - Library that simplifies JSON comparison in tests. +- [Nyagram](https://github.com/kaleert/nyagram) - Modern, reactive, and type-safe framework for Telegram Bots based on Spring Boot 3 and Java 21. - [Truth](https://truth.dev) - Google's fluent assertion and proposition framework. - [XMLUnit](https://github.com/xmlunit/xmlunit) - Simplifies testing for XML output.