From e6c00b429aadbd77d3e152533d84f912f9ff6024 Mon Sep 17 00:00:00 2001 From: Christopher Monsanto Date: Fri, 17 Apr 2020 01:27:48 -0400 Subject: [PATCH] Fix README? --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`)