]> git.lizzy.rs Git - lua-star.git/commitdiff
Fix typos.
authorWesley <wesley.werner@gmail.com>
Sat, 2 Dec 2017 11:50:00 +0000 (13:50 +0200)
committerWesley <wesley.werner@gmail.com>
Sat, 2 Dec 2017 11:50:00 +0000 (13:50 +0200)
README.md

index 4f22b84ccd35fc5fcae6050517cc6e6e14fc37dd..f1afaa832c24ad0e7aad751ca7a19743bdacbfb3 100644 (file)
--- 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()