chore: update README.md

main
olimorris 2022-11-16 13:43:24 +00:00
parent 8fa9328e12
commit 0aedefbbb1
1 changed files with 3 additions and 2 deletions

View File

@ -344,8 +344,9 @@ require("persisted").setup({
})
```
The callbacks can accept a *session* parameter which is a table that has the following properties:
* `name` - The filename of the session.
* `file_path` - The file path to the session.
* `name` - The filename of the session
* `file_path` - The file path to the session
* `branch` - The git branch of the session
## :page_with_curl: License