From ddaf44e533bbe1c04965dd5d0bedc7bacaddcedc Mon Sep 17 00:00:00 2001 From: Arpith Siromoney Date: Thu, 22 Sep 2016 12:27:29 -0400 Subject: [PATCH] Add link to zulip-js in README. --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 12ec55f259..2ae675750f 100644 --- a/README.md +++ b/README.md @@ -95,8 +95,9 @@ app][electron]. * **Glue code**. We maintain a [Hubot adapter][hubot-adapter] and several integrations ([Phabricator][phab], [Jenkins][], [Puppet][], [Redmine][], -and [Trello][]), plus [node.js API bindings][node], and a [full-text search -PostgreSQL extension][tsearch], as separate repos. +and [Trello][]), plus [node.js API bindings][node], an [isomorphic + JavaScript library][zulip-js], and a [full-text search PostgreSQL + extension][tsearch], as separate repos. * **Translations**. Zulip is in the process of being translated into 10+ languages, and we love contributions to our translations. See our @@ -122,6 +123,7 @@ contributing! [hubot-adapter]: https://github.com/zulip/hubot-zulip [jenkins]: https://github.com/zulip/zulip-jenkins-plugin [node]: https://github.com/zulip/zulip-node +[zulip-js]: https://github.com/zulip/zulip-js [phab]: https://github.com/zulip/phabricator-to-zulip [puppet]: https://github.com/matthewbarr/puppet-zulip [redmine]: https://github.com/zulip/zulip-redmine-plugin