Minor edit to README

This commit is contained in:
Jordan Irwin 2021-08-28 21:03:14 -07:00
parent 118877f100
commit 54be56a7f9

@ -23,6 +23,7 @@ There are two methods:
- wdata.read(fname)
- reads json data from file in world directory & converts to a table.
- fname: File basename without suffix (e.g. "my_config" or "my_mod/my_config").
- wdata.write(fname, data[, styled])
- converts table to json data & writes to file in world directory.
- fname: File basename without suffix (e.g. "my_config" or "my_mod/my_config").