From c758ddaa50edab0879909ac9ea2810eb164d9239 Mon Sep 17 00:00:00 2001 From: abuzer-firdousi-confiz Date: Thu, 6 Nov 2014 00:26:51 +0500 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 05736c9..e655d5b 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ http://anantgarg.com/2009/05/13/gmail-facebook-style-jquery-chat/ i have convert You must first create a mySQL table as below. - +``` CREATE TABLE IF NOT EXISTS `chat` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `from` varchar(255) NOT NULL DEFAULT '', @@ -18,6 +18,7 @@ CREATE TABLE IF NOT EXISTS `chat` ( `to_name` varchar(100) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ; +``` @@ -58,4 +59,4 @@ Features 6. Auto-resize of text input box 7. Auto-scrolling of chat text 8. Auto-back-off polling policy (hits the server less-often when chat activity is low) -9. Extremely simple to integrate into existing site \ No newline at end of file +9. Extremely simple to integrate into existing site