From da7385572cabc0c39d4bd1d82331f55c936ba5dd Mon Sep 17 00:00:00 2001 From: Elara Musayelyan Date: Mon, 9 Oct 2023 19:51:41 +0000 Subject: [PATCH] Update examples section in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0003e3b..1dc8fc5 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ Go bindings to the [Lemmy](https://join-lemmy.org) API, automatically generated from Lemmy's source code using the generator in [cmd/gen](cmd/gen). -Examples: +### Examples -- HTTP: [examples/http](examples/http) +Examples can be found in the [examples](examples) directory. ### How to generate