From c5b1e2cb48f18f0fd84037b00a0d190d9438843c Mon Sep 17 00:00:00 2001 From: err0rgod Date: Thu, 2 Jul 2026 22:00:41 +0530 Subject: [PATCH] docs: add hosted website link to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 504534f..8985d9c 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ **Versioning.** Unless stated otherwise, examples target the current stable release. Anything that requires a specific minimum version (e.g. `gen_random_uuid()` is built in from 13, `MERGE` from 15) is called out in the lesson. Use the newest PostgreSQL you can; the language and tooling improve every year. +**Interactive Version.** You can also read and track your progress through these lessons on the web at [psql.zerodaily.in](https://psql.zerodaily.in). + ## Table of Contents ### Getting Started