From abb1d3d12d2ba3a4da6707028f997360b2190383 Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Mon, 17 Mar 2025 12:07:04 -0700 Subject: [PATCH] Minor cleanup --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 61d61d5..a1047e0 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ A simple implementation of the [is.gd](https://is.gd/) URL shortening and lookup ```kotlin import net.thauvin.erik.isgd.Isgd -... +// ... Isgd.shorten("https://www.example.com/") // returns https://is.gd/Pt2sET Isgd.lookup("https://is.gd/Pt2sET") // returns https://www.example.com @@ -72,7 +72,7 @@ scope(compile) .include("net.thauvin.erik:isgd-shorten:1.1.0"); ``` -## Gradle +## Gradle, Maven, etc... To use with [Gradle](https://gradle.org/), include the following dependency in your [build](https://github.com/ethauvin/isgd-shorten/blob/master/examples/gradle/build.gradle.kts) file: