From ea262a492a301b2c5ca7ad81bd66cf43dc0a3ecc Mon Sep 17 00:00:00 2001 From: Jordan Irwin Date: Sat, 28 Aug 2021 21:04:11 -0700 Subject: [PATCH] Minor edit to README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d5d938..9a7815c 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ There are two methods: - 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]) +- wdata.write(fname, data[, flags]) - 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"). - data: Table containing data to be exported.