diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2024-10-10 16:19:24 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2024-10-10 16:27:42 +0800 |
commit | bd44e7b6d939518e589fe383c3e4784059f809b3 (patch) | |
tree | 692b1cbceb902a795266eed7a9b90c9b3d0dfebf | |
parent | 01b8f687f10646d56754daea76e73c6668bf2797 (diff) |
docs: fix typo in README
-rw-r--r-- | src/editor.mjs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/editor.mjs b/src/editor.mjs index 0b3f23e..04c0502 100644 --- a/src/editor.mjs +++ b/src/editor.mjs | |||
@@ -124,8 +124,8 @@ If you want know more, take a look at subjects below: | |||
124 | <summary>I want more features in map!</summary> | 124 | <summary>I want more features in map!</summary> |
125 | 125 | ||
126 | DumbyMap use [mapclay](https://github.com/outdoorsafetylab/mapclay) to render maps. | 126 | DumbyMap use [mapclay](https://github.com/outdoorsafetylab/mapclay) to render maps. |
127 | 1. You can use \`eval\` options to add custom scripts, see [tutoria](https://github.com/outdoorsafetylab/mapclay?tab=readme-ov-file#run-scripts-after-map-is-created) for more details | 127 | 1. You can use \`eval\` options to add custom scripts, see [tutorial](https://github.com/outdoorsafetylab/mapclay?tab=readme-ov-file#run-scripts-after-map-is-created) for more details |
128 | 2. You can use custom Renderer indtead of default ones, see [tutoria](https://github.com/outdoorsafetylab/mapclay?tab=readme-ov-file#renderer) for more details | 128 | 2. You can use custom Renderer indtead of default ones, see [tutorial](https://github.com/outdoorsafetylab/mapclay?tab=readme-ov-file#renderer) for more details |
129 | 129 | ||
130 | </details> | 130 | </details> |
131 | 1. [I am an experienced developer, show me what you got!](https://github.com/outdoorsafetylab/dumbymap) | 131 | 1. [I am an experienced developer, show me what you got!](https://github.com/outdoorsafetylab/dumbymap) |