mirror of
https://github.com/talwrii/plugin-repl.git
synced 2026-07-22 11:40:27 +00:00
Update README.md
This commit is contained in:
parent
de7579722f
commit
2c2ffab0d1
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue