change wording in config file

This commit is contained in:
fyears 2022-03-26 00:34:00 +08:00
parent 9c8cc1c8b8
commit 3e75e31696

View File

@ -7,7 +7,7 @@ import * as origLog from "loglevel";
const log = origLog.getLogger("rs-default"); const log = origLog.getLogger("rs-default");
const DEFAULT_README: string = const DEFAULT_README: string =
"Do NOT modify this manually. It's generated automatically."; "The file contains sensitive info, so DO NOT take screenshot of, copy, or share it to anyone! It's also generated automatically, so do not edit it manually.";
interface MessyConfigType { interface MessyConfigType {
readme: string; readme: string;