Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
abuzer-firdousi-confiz committed Nov 5, 2014
1 parent 66dd547 commit c758dda
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -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 '',
Expand All @@ -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 ;
```



Expand Down Expand Up @@ -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
9. Extremely simple to integrate into existing site

0 comments on commit c758dda

Please sign in to comment.