From 4658cf8b18ed5a2f1ef86bf156710f12252b296e Mon Sep 17 00:00:00 2001 From: Matias Linares Date: Wed, 12 Apr 2017 19:22:26 -0300 Subject: Update README/examples --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 901b72e..137d50b 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,11 @@ A perl 6 library for [Matrix](https://matrix.org). +## Status + +This project is in early development. A lot of methods returns a raw +`HTTP::Response` and not something from this library. + ## Examples From the `examples` directory: @@ -15,7 +20,7 @@ From the `examples` directory: $client.login: @*ARGS[0], @*ARGS[1]; # Show all joined rooms - say $client.rooms; + say $client.rooms(:sync); # And finally logout. $client.logout -- cgit v1.2.3-54-g00ecf