diff --git a/README.md b/README.md index f2e1a95b..aae52c6b 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ Filenames must conform to the POSIX portable filename character set, `[0-9a-zA-Z function decode(s) { return s.replace(/__(....)/g, (_, m) => String.fromCharCode(parseInt(m, 16))).replace("_", " "); } -``` + ``` - Formes are separated with two dashes from their base. (example: `Necrozma--Dawn-Wings`)