From 1ea3f9483b39ea68c148b3abf211d3c3fc36fbf9 Mon Sep 17 00:00:00 2001 From: 0x19 Date: Thu, 26 Feb 2015 11:48:00 +0100 Subject: [PATCH] Updating TODO and README --- README.md | 6 +++--- TODO.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 431fd96..06e2cdc 100644 --- a/README.md +++ b/README.md @@ -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? diff --git a/TODO.md b/TODO.md index c0fac43..d8ee232 100644 --- a/TODO.md +++ b/TODO.md @@ -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 \ No newline at end of file