From 0aedefbbb14883428a31b76b35ab2430c71f5767 Mon Sep 17 00:00:00 2001 From: olimorris Date: Wed, 16 Nov 2022 13:43:24 +0000 Subject: [PATCH] chore: update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5ea72c7..30c50d5 100644 --- a/README.md +++ b/README.md @@ -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