From 5c6add5815c1a22ff53a185696eb51003b87739a Mon Sep 17 00:00:00 2001 From: saran-aniket <85182361+saran-aniket@users.noreply.github.com> Date: Sun, 11 May 2025 14:08:28 +0530 Subject: [PATCH] Update README.md updated net.devh dependency have server artifact from maven --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0834adf..1424802 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ Add the following to the `` section net.devh - grpc-spring-boot-starter + grpc-server-spring-boot-starter 3.1.0.RELEASE @@ -404,4 +404,4 @@ WHERE NOT EXISTS ( ``` POSTGRES_DB=db;POSTGRES_PASSWORD=password;POSTGRES_USER=admin_user -``` \ No newline at end of file +```