From 9fb7c1197b7801db08966f695708e2e2e8b2778e Mon Sep 17 00:00:00 2001 From: manbodh-kumar <37814147+manbodh-kumar@users.noreply.github.com> Date: Thu, 1 Oct 2020 01:27:52 +0530 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ad1920ca..879b91ca 100644 --- a/README.md +++ b/README.md @@ -21,5 +21,5 @@ dependencies { And `ftblib_version=5.+` line in your `gradle.properties` file. You can also specify exact version, e.g. `5.0.0`. -You probably also want to add "required-after:ftblib" or "after:ftblib" in your @Mod's dependencies. -Most of the APIs don't need hard dependency, but things like GUIs won't work without FTBLib loaded \ No newline at end of file +You may probably also want to add "required-after:ftblib" or "after:ftblib" in your @Mod's dependencies. +Most of the APIs don't need hard dependency, but things like GUIs won't work without FTBLib loaded