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 +```