From f89cf605e5b3502ea8ff952dec3a877f9dbeb16d Mon Sep 17 00:00:00 2001 From: "Gerasimos (Makis) Maropoulos" Date: Mon, 30 Oct 2023 23:03:52 +0200 Subject: [PATCH] _examples/README.md: add live-table to the listing --- _examples/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/_examples/README.md b/_examples/README.md index 4ea3f17..a40dbe7 100644 --- a/_examples/README.md +++ b/_examples/README.md @@ -3,6 +3,7 @@ This folder contains some examples for the `PG` package. - [Basic](./basic/main.go) +- [HTML5 Table Real-Time Database Table View](./live-table/main.go) - [Logging](./logging/main.go) - [Password](./password/main.go) - [Presenter](./presenter/main.go)