Fix some README issues

main
parent 288b9cc545
commit 2929f226c9
  1. 6
      README.md

@ -9,7 +9,7 @@ Writes to STDOUT by default; use `-o/--outfile <file>` to write to a `<file>` in
The script has 2 flags controlling files generated: The script has 2 flags controlling files generated:
* `--regiondir <dir>`: If specified, also generate maps for each region and location, * `--regiondir <dir>`: If specified, also generate maps for each region and location,
writing them to files in <dir>. Off by default. writing them to files in `<dir>`. Off by default.
* `--html/--no-html`: Whether to generate (an) SVG file(s) or (an) html file(s), * `--html/--no-html`: Whether to generate (an) SVG file(s) or (an) html file(s),
including logic for popups on clicks (currently half done). Makes html by default. including logic for popups on clicks (currently half done). Makes html by default.
@ -28,7 +28,7 @@ Examples of the four combinations:
2 is intended to make a map for the main page, and for each Region, Subregion and Location page. 2 is intended to make a map for the main page, and for each Region, Subregion and Location page.
3 is intended to be linked to and ~has~will have click-toggleable popups. 3 is intended to be linked to and <s>has</s>will have click-toggleable popups.
4 is an artifact of the above 3 and doesn't have intended use. 4 is an artifact of the above 3 and doesn't have intended use.
@ -36,7 +36,7 @@ Examples of the four combinations:
Options can be abbreviated per Getopt::Long Options can be abbreviated per Getopt::Long
<dl> <dl>
<dt> `--api-url`:</dt> <dd>Base URL of the wiki. Required.</dd> <dt>--api-url:</dt><dd>Base URL of the wiki. Required.</dd>
</dl> </dl>
Template names. Defaults to MapRegion, MapSubregion, MapLocation, MapSite. Template names. Defaults to MapRegion, MapSubregion, MapLocation, MapSite.
<dl> <dl>

Loading…
Cancel
Save