From: Wesley Date: Sat, 2 Dec 2017 11:50:00 +0000 (+0200) Subject: Fix typos. X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=5ad76e73ab7bc4f16ffc7dc36a5b133ab128cd55;p=lua-star.git Fix typos. --- diff --git a/README.md b/README.md index 4f22b84..f1afaa8 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Easy A* path finding for Lua -[lua star example screenshot](example/lua-star-01.png) +![lua star example screenshot](example/lua-star-01.png) # Quick Start @@ -38,7 +38,7 @@ Lua star does not care how your map data is arranged, it simply asks you if the `useCache` is optional and defaults to `false` when not given. If you have a map that does not change, caching can give a speed boost. -If at any time you need to clear all cached paths; +If at any time you need to clear all cached paths: luastar:clearCached()