From 6de2fa85a5eafcffca43ba2d0c1f701c57b56917 Mon Sep 17 00:00:00 2001 From: Rocela Durazo Date: Thu, 26 Nov 2020 11:33:24 -0700 Subject: [PATCH 1/3] Update README.md --- README.md | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 1e73bc7..067720c 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,12 @@ # Workarea Livechat -Short description and motivation. +Livechat plugin for the Workarea platform. + +This plugin supports injecting the livechat JS snippet on every storefront page. + +See [https://www.livechatinc.com/] for more information on the live chat platform. ## Usage -How to use my plugin. +First you need to create a [livechat account](https://accounts.livechat.com/signup) and get your licence number they will give you a free license for 14 days. ## Installation Add this line to your application's Gemfile: @@ -11,18 +15,16 @@ Add this line to your application's Gemfile: gem 'workarea-livechat' ``` -And then execute: +Update your application's bundle. + ```bash +$ cd path/to/application $ bundle ``` -Or install it yourself as: -```bash -$ gem install workarea-livechat -``` +## Configuration +You can configure under your [Admin dashboard configuration](http://localhost:3000/admin/configuration) search for LiveChat -## Contributing -Contribution directions go here. ## License The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT). From 79abb320e225cdb4bba99468d6f6dc88e98ec449 Mon Sep 17 00:00:00 2001 From: Rocela Durazo Date: Thu, 26 Nov 2020 11:33:57 -0700 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 067720c..8a3501a 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Livechat plugin for the Workarea platform. This plugin supports injecting the livechat JS snippet on every storefront page. -See [https://www.livechatinc.com/] for more information on the live chat platform. +See https://www.livechatinc.com for more information on the live chat platform. ## Usage First you need to create a [livechat account](https://accounts.livechat.com/signup) and get your licence number they will give you a free license for 14 days. From 5a13643daf6b61338a7de2d561137b61144afed2 Mon Sep 17 00:00:00 2001 From: Rocela Durazo Date: Thu, 26 Nov 2020 12:00:53 -0700 Subject: [PATCH 3/3] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8a3501a..277bd76 100644 --- a/README.md +++ b/README.md @@ -15,11 +15,10 @@ Add this line to your application's Gemfile: gem 'workarea-livechat' ``` -Update your application's bundle. +And then execute: ```bash -$ cd path/to/application -$ bundle +$ bundle install ``` ## Configuration