From 8f8a7c3268ba8040c827b5c8f9acaf833cc910ca Mon Sep 17 00:00:00 2001 From: Gani Georgiev Date: Thu, 8 Feb 2024 00:29:16 +0200 Subject: [PATCH] fixed readme typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c54de799..3b7c8bbf 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ The prebuilt executables are based on the [`examples/base/main.go` file](https:/ ### Use as a Go framework/toolkit -PocketBase as distributed as a regular Go library package which allows you to build +PocketBase is distributed as a regular Go library package which allows you to build your own custom app specific business logic and still have a single portable executable at the end. Here is a minimal example: