From ac15ec50355e8946ee91341d96f75fcb5888ee46 Mon Sep 17 00:00:00 2001 From: Northword Date: Sat, 1 Jul 2023 18:23:44 +0800 Subject: [PATCH] Update readme due to typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e4dde80..0949b1a 100644 --- a/README.md +++ b/README.md @@ -352,7 +352,7 @@ This section shows the directory structure of a template. | | `-- preferences.ftl | |-- manifest.json # addon config | `-- prefs.js -|-- builds/ # build dir +|-- build/ # build dir |-- scripts # scripts for dev | |-- build.mjs # esbuild and replace | |-- reload.mjs