From 912426ce9ca00ac492620061651895a4f22c2c69 Mon Sep 17 00:00:00 2001 From: YouHaveTrouble Date: Mon, 3 May 2021 02:26:32 +0200 Subject: [PATCH] s --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7d1e17e..b50f5bc 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# PathfinderPath +# PathfinderPaths PathfinderPath is an API that allows you to use minecraft pathfinder to get a list of locations from the starting point up until the goal. @@ -17,4 +17,4 @@ PathCalculationResult result = path.recalculatePath(); if (result.equals(PathCalculationResult.SUCCESS)) { List locations = path.getPath(); } -``` \ No newline at end of file +```