From 62a912736d7e7b3d8613bddc9a81aaa6f860b13b Mon Sep 17 00:00:00 2001 From: Vasily Martynov Date: Thu, 5 Dec 2024 21:16:08 +1300 Subject: [PATCH] Update readme - Remove gitter link as it is not used by maintainers anymore - Update maintainers list - Update support section --- Readme.md | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/Readme.md b/Readme.md index 9ab6ab51..c4c6f551 100644 --- a/Readme.md +++ b/Readme.md @@ -1,4 +1,4 @@ -# Soap [![NPM version][npm-image]][npm-url] [![Downloads][downloads-image]][npm-url] [![Coveralls Status][coveralls-image]][coveralls-url] [![Gitter chat][gitter-image]][gitter-url] +# Soap [![NPM version][npm-image]][npm-url] [![Downloads][downloads-image]][npm-url] [![Coveralls Status][coveralls-image]][coveralls-url] > A SOAP client and server for node.js. @@ -87,11 +87,8 @@ This module lets you connect to web services using SOAP. It also provides a ser ## Support -Community support is available at Gitter: [![Gitter chat][gitter-image]][gitter-url] - -Some maintainers provide paid support, which can be request through our [Google Form](https://docs.google.com/forms/d/e/1FAIpQLSdj5EXxd5flcukLInmpFQhEvQYeERaReFFh9F0nqC_4EUmeLg/viewform) - -GitHub issues have been disabled to focus on pull requests. ([#731](https://github.com/vpulim/node-soap/pull/731)) +Community support is available through GitHub issues tab. +Paid support can be provided as well, please contact one of the active maintainers. ## Module @@ -1485,8 +1482,9 @@ describe('myService', function() { ## Contributors * Author: [Vinay Pulim](https://github.com/vpulim) - * Maintainers: + * Active maintainers: - [Vasily Martynov](https://github.com/w666) + * Previous maintainers (not active for a long time): - [Joe Spencer](https://github.com/jsdevel) - [Heinz Romirer](https://github.com/herom) * [All Contributors](https://github.com/vpulim/node-soap/graphs/contributors) @@ -1495,8 +1493,5 @@ describe('myService', function() { [npm-url]: https://npmjs.org/package/soap [npm-image]: http://img.shields.io/npm/v/soap.svg -[gitter-url]: https://gitter.im/vpulim/node-soap -[gitter-image]: https://badges.gitter.im/vpulim/node-soap.png - [coveralls-url]: https://coveralls.io/r/vpulim/node-soap [coveralls-image]: http://img.shields.io/coveralls/vpulim/node-soap/master.svg