From 8b00dbc75202831acac107777c269427ad9ec4e6 Mon Sep 17 00:00:00 2001 From: Clement Fradet Normand Date: Fri, 29 Nov 2019 20:06:14 +0100 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 2df0eff..dd1fa15 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # react-intercom A component to configure and enable Intercom in your react application. `react-intercom` is meant to support both the legacy and current versions of intercom messenger. If you run into issues, please submit an issue. Pull requests are also welcome! +[Link to the full Intercom Javascript API](https://developers.intercom.com/installing-intercom/docs/intercom-javascript) + + ## Installation ```bash npm i react-intercom --save