From 2c2ffab0d1255ef93c05ca03ade3cac45a663bd4 Mon Sep 17 00:00:00 2001 From: read with ai Date: Fri, 14 Feb 2025 17:13:03 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b2e472..31623b3 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ Various convenience functions are provided: * `lineAtPoint(p?:string)` - Retunrs the line at the cursor position. Default to current positiong. ### Reading and files -* `await readFile(name: string) - Read the markup file with the title name. +* `await readFile(name: string)` - Read the markup file with the title name. * `await writeFile(name: string)` - Overwrite the markdown file with the title name with the given string * `await appendToFile(name: string)` - Append the given string to the markdown with the title `name` ### Processes