Skip to content

Commit

Permalink
Minor Readme Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pipobscure committed Jun 15, 2017
1 parent fe609f2 commit 264c918
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down Expand Up @@ -70,18 +70,18 @@ MIT License
-----------

Copyright (C) 2012 - 2017 by
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>
[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 <[email protected]>, but radically altered thereafter so as to constitute a new work.

Expand Down

0 comments on commit 264c918

Please sign in to comment.