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 --- examples/rooms.p6 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/rooms.p6') diff --git a/examples/rooms.p6 b/examples/rooms.p6 index 6af04bc..7a2de98 100644 --- a/examples/rooms.p6 +++ b/examples/rooms.p6 @@ -4,4 +4,4 @@ use Matrix::Client; my $c = Matrix::Client.new: :home-server; $c.login: @*ARGS[0], @*ARGS[1]; -say $c.rooms; +say $c.rooms(:sync); -- cgit v1.2.3-54-g00ecf