diff --git a/LICENSE b/LICENSE index c31da9c..a2f6e55 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2018 retailCRM +Copyright (c) 2018-2020 RetailDriver LLC Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 1fcad5d..6cebcc2 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,10 @@ [![Build Status](https://github.com/retailcrm/mg-bot-api-client-js/workflows/ci/badge.svg)](https://github.com/retailcrm/mg-bot-api-client-js/actions) -[![Coverage](https://img.shields.io/codecov/c/gh/retailcrm/mg-bot-api-client-js/master.svg?logo=codecov)](https://codecov.io/gh/retailcrm/mg-bot-api-client-js) -[![Latest stable](https://img.shields.io/npm/v/mg-api-client.svg)](https://npmjs.com/package/mg-api-client) -[![Node version](https://img.shields.io/node/v/mg-api-client.svg)](https://www.npmjs.com/package/mg-api-client) +[![Coverage](https://img.shields.io/codecov/c/gh/retailcrm/mg-bot-api-client-js/master.svg?logo=codecov&logoColor=white)](https://codecov.io/gh/retailcrm/mg-bot-api-client-js) +[![Latest stable](https://img.shields.io/npm/v/mg-api-client.svg?logo=npm&logoColor=white)](https://npmjs.com/package/mg-api-client) +[![Node version](https://img.shields.io/node/v/mg-api-client.svg?logo=node.js&logoColor=white)](https://www.npmjs.com/package/mg-api-client) [![JS Doc](https://img.shields.io/badge/doc-github_pages-green)](https://retailcrm.github.io/mg-bot-api-client-js/) -# Message Gateway Bot API JS client - -This is js retailCRM bot API client. +# Message Gateway Bot API JavaScript client # Installation ``` diff --git a/package.json b/package.json index aab5732..2377d4e 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "name": "mg-api-client", - "description": "JS client for retailCRM Bot API", + "description": "JavaScript client for Message Gateway Bot API", "tags": [ "API", - "retailCRM", + "RetailCRM", "Bot", "Chat" ], @@ -14,7 +14,7 @@ "test": "./node_modules/.bin/nyc ./node_modules/.bin/_mocha --require @babel/register ./tests/.", "report-coverage": "./node_modules/.bin/nyc report --reporter=text-lcov > coverage.lcov && codecov" }, - "author": "retailCRM", + "author": "RetailCRM", "license": "MIT", "main": "./dist/index.js", "bugs": {