From 264c91846944ba39a02f06857c17e21bae95ae3f Mon Sep 17 00:00:00 2001 From: Philipp Dunkel Date: Thu, 15 Jun 2017 23:25:10 +0100 Subject: [PATCH] Minor Readme Fixes --- README.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index bf99b64..501fed0 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ $ npm install asterisk-manager * password: username's password for authentication * events: this parameter determines whether events are emited. **/ -var ami = new require('asterisk-manager')('port','host','username','password', true); +var ami = new require('asterisk-manager')('port','host','username','password', true); // In case of any connectiviy problems we got you coverd. ami.keepConnected(); @@ -70,18 +70,18 @@ MIT License ----------- Copyright (C) 2012 - 2017 by - Philipp Dunkel - abroweb - Igor Escobar - Tekay - Kofi Hagan - Hugo Chinchilla Carbonell - Nick Mooney - Asp3ctus - Christian Gutierrez - bchavet - Joserwan - Joseph Garrone + [Philipp Dunkel](https://github.com/pipobscure) + [abroweb](https://github.com/abroweb) + [Igor Escobar](https://github.com/igorescobar) + [Tekay](https://github.com/Tekay) + [Kofi Hagan](https://github.com/kofibentum) + [Hugo Chinchilla Carbonell](https://github.com/hugochinchilla) + [Nick Mooney](https://github.com/Gnewt) + [Asp3ctus](https://github.com/Asp3ctus) + [Christian Gutierrez](https://github.com/chesstrian) + [bchavet](https://github.com/bchavet) + [Joserwan](https://github.com/joserwan) + [Joseph Garrone](https://github.com/garronej) Based on a work Copyright (C) 2010 Brian White , but radically altered thereafter so as to constitute a new work.