Capitalize "Wildbow" in book metadata
Per Q2 on https://www.parahumans.net/f-a-q/ it seems to be capitalized like a name, not just at the beginning of sentences.
This commit is contained in:
parent
18874a335c
commit
e1f9320524
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ const path = require("path");
|
|||
const cpr = require("util").promisify(require("cpr"));
|
||||
|
||||
const BOOK_PUBLISHER = "Domenic Denicola";
|
||||
const BOOK_AUTHOR = "wildbow";
|
||||
const BOOK_AUTHOR = "Wildbow";
|
||||
|
||||
const NCX_FILENAME = "toc.ncx";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue