From 89e9a8db749f29a589dc27d22941cbe7efa1dcd7 Mon Sep 17 00:00:00 2001 From: Andre Sander Date: Thu, 1 Dec 2022 09:28:58 +0100 Subject: [PATCH] Corrected link to Pocketbase.io --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f2b88aa..de25896 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,10 @@ Build a basic note-taking app with Next.js 13 and Pocketbase. 1. Create a new Next.js app: `npx create-next-app@latest --ts` -2. Download Pocketbase from [pocketbase.io](pocketbase.io) +2. Download Pocketbase from [pocketbase.io](https://pocketbase.io) 3. Navigate to the unzipped directory `cd pocketbase_0.7.9_darwin_arm64` 4. Start Pocketbase: `./pocketbase serve` 5. Open the [Admin UI](http://127.0.0.1:8090/_/), create collection, and update security rules to allow read/write access. -6. Add `experimental: { appDir: true }` to `next.config.js` \ No newline at end of file +6. Add `experimental: { appDir: true }` to `next.config.js`