From 6c95fe95337505c0088176bc5ed9cfb4a0b61c78 Mon Sep 17 00:00:00 2001 From: Elise Shanholtz Date: Wed, 25 Mar 2020 14:56:33 -0700 Subject: [PATCH] docs: fix link to jar file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b19bb63..fbc6943a 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ mvn install You can just drop the jar file in. It's a fat jar - it has all the dependencies built in. -[sendgrid-java.jar](https://github.com/sendgrid/sendgrid-java/releases/download/v4.4.6/sendgrid-java.jar) +[sendgrid-java.jar](https://github.com/sendgrid/sendgrid-java/releases/download/4.4.6/sendgrid-java.jar) ## Dependencies