From 626cd54c9c260378365c2dd0ba238b50e40bd9d4 Mon Sep 17 00:00:00 2001 From: Raphael Vullriede Date: Tue, 12 Nov 2024 11:22:45 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 627c966..5c4be5e 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Maven net.osslabz evm-abi-decoder - 0.0.11 + 0.1.0 ``` @@ -61,4 +61,4 @@ System.out.println(decodedFunctionCall.getName()); // prints swapExactTokensForE Logging ------ This project uses slf4j-api but doesn't package an implementation. This is up to the using application. For the -tests logback is backing slf4j as implementation, with a default configuration logging to STOUT. \ No newline at end of file +tests logback is backing slf4j as implementation, with a default configuration logging to STOUT.