You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,14 +5,14 @@
5
5
6
6
##Freeswitch Event Socket Library Wrapper for Go
7
7
8
-
GoESL is a small wrapper around [FreeSwitch](https://freeswitch.org/)[EventSocketLibrary](https://wiki.freeswitch.org/wiki/Event_Socket_Library) written in [Go](http://golang.org).
8
+
GoESL is a small wrapper around [FreeSwitch](https://freeswitch.org/)[Event Socket Library](https://wiki.freeswitch.org/wiki/Event_Socket_Library) written in [Go](http://golang.org).
9
9
10
10
Point of this library is to fully implement Freeswitch ESL and bring outbound server as inbound client to you, fellow go developer :)
11
11
12
12
13
13
### Examples
14
14
15
-
There are few different types of examples that can be found at [GOESL Examples](https://github.com/0x19/goesl/tree/master/examples).
15
+
There are few different types of examples that can be found at [GoESL Examples](https://github.com/0x19/goesl/tree/master/examples).
0 commit comments