Skip to content

Commit

Permalink
Updating TODO and README
Browse files Browse the repository at this point in the history
  • Loading branch information
0x19 committed Feb 26, 2015
1 parent 3e8336e commit 1ea3f94
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
[![Go 1.3 Ready](https://img.shields.io/badge/Go%201.3-Ready-green.svg?style=flat)]()
[![Go 1.4 Ready](https://img.shields.io/badge/Go%201.4-Ready-green.svg?style=flat)]()

##Freeswitch Event Socket Library Wrapper for Go
##FreeSWITCH Event Socket Library Wrapper for Go

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).
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).

Point of this library is to fully implement Freeswitch ESL and bring outbound server as inbound client to you, fellow Go developer :)
Point of this library is to fully implement FreeSWITCH ESL and bring outbound server as inbound client to you, fellow Go developer :)


### TODO?
Expand Down
2 changes: 1 addition & 1 deletion TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
List of things that I still need to do in order to make GoESL completed

[x] Better documentation
[x] Freeswitch WIKI Golang page (proposal)
[x] FreeSWITCH WIKI Golang page (proposal)
[] Unit testing
[] More examples

0 comments on commit 1ea3f94

Please sign in to comment.