Update README.md

This commit is contained in:
read with ai 2025-02-14 17:13:03 +01:00 committed by GitHub
parent de7579722f
commit 2c2ffab0d1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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