From ac867581d3adb2ed93b101d8909e416d92e03ea0 Mon Sep 17 00:00:00 2001 From: Adrian Perez de Castro Date: Sun, 3 Jul 2016 15:13:14 +0300 Subject: [PATCH] README: Link to examples in their subdirectory --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index ae3cd7e..a4c2455 100644 --- a/README.md +++ b/README.md @@ -60,3 +60,15 @@ handle_events(api:initial_sync(1)) response = api:create_room({ alias = "my_room_alias" }) api:send_text(response.room_id, "Hello!") ``` + +### More Examples + +For the low-level `matrix.api`: + +* [examples/set-display-name.lua] + +For the high-level `matrix.client`: + +* [examples/get-user-info.lua] + +More examples can be found in the [examples] subdirectory.