diff --git a/main.ts b/main.ts index b9d94a6..3772aed 100644 --- a/main.ts +++ b/main.ts @@ -46,7 +46,7 @@ export default class HotstringsPlugin extends Plugin { // Create the file with a default comment if it doesn't exist await this.app.vault.create( this.hotstringsFile, - `# Add your hotstrings below in the format:\n# trigger~.~{replacement}`, + `#### Add your hotstrings below in the format:\n# trigger~.~{text string that you want}`, ); new Notice(`Hotstrings file created: ${this.hotstringsFile}`); }