From 3b7f2ae5c2d4c79ef6993251da527f8414a98b9c Mon Sep 17 00:00:00 2001 From: Tobe O Date: Mon, 17 Apr 2017 14:20:32 -0400 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 307775a0..d3d89267 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,7 @@ class MyController extends WebSocketController { ``` **Client Use** + This repo also provides two client libraries `browser` and `io` that extend the base `angel_client` interface, and allow you to use a very similar API on the client to that of the server.