From 1929ef05f70904cceaa5afe57ed831f8e61ee514 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Fri, 13 Oct 2023 23:45:23 +0200 Subject: [PATCH] =?utf8?q?=F0=9F=93=9D=20Fix=20project=20name=20in=20docum?= =?utf8?q?entation?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 460c195..c76b2a9 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ jSite is a tool that uploads websites from a local directory into Freenet. ## Compiling -Gradle’s build process is handled by [Gradle](https://gradle.org/). Just use the Gradle wrapper that comes with jSite: +jSite’s build process is handled by [Gradle](https://gradle.org/). Just use the Gradle wrapper that comes with jSite: # ./gradlew clean build fatJar -- 2.7.4