~timharek/hima-dev

Mathias Haugsbø: 1
 Fix: PB required version

 1 files changed, 1 insertions(+), 1 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~timharek/hima-dev/patches/42960/mbox | git am -3
Learn more about email & git

[PATCH] Fix: PB required version Export this patch

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 06a3676..3a08ac1 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ be lightweight and fast. It's a work in progress atm.
### Prerequisites

1. [Deno][deno], a version supporting at least Deno Fresh `v1.1.4`.
1. [PocketBase][pb] (PB) <= `v0.13.0`.
1. [PocketBase][pb] (PB) == `v0.15.2`.

### Usage

-- 
2.39.2 (Apple Git-143)