From 49191536da1f952c544cf3d7d1c5736e96afd5e0 Mon Sep 17 00:00:00 2001 From: Frug Date: Mon, 13 Jan 2014 17:36:49 -0500 Subject: [PATCH] typos --- chat/readme.html | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/chat/readme.html b/chat/readme.html index e5d52d2..f8daa62 100644 --- a/chat/readme.html +++ b/chat/readme.html @@ -116,28 +116,26 @@

Upload to Server

Upload the chat folder to your server into your SMF forum directory:
e.g. http://example.org/smf/chat/

- - -

Create Database Tables

-

Execute the provided installation script by visiting the following URL with your browser:
- http://example.org/smf/chat/install.php

- -

Replace "http://example.org/smf/chat/" with the real URL to your chat directory.

-
+

There are two options available to you to create the database. The first, and usually the easiest option, is to run the installation script included with AJAX Chat. Alternatively, you may use a database tool like PHPMyAdmin to manually create the tables.

+
    +
  1. To use the installation script, visit the following URL in your browser:
    + http://example.org/smf/chat/install.php
    + Where + "http://example.org/smf/chat/" is the real URL to your chat directory.
  2. +
  3. To install it manually using PHPMyAdmin or a similar tool, copy the contents of the chat.sql file and run it as a query.
  4. +
+

Either of these methods will create the tables your database needs to store chat messages and other information.

+

Delete Installation Script

-

Execute the provided installation script by visiting the following URL with your browser:
- http://example.org/smf/chat/install.php

- -

Delete the file install.php from the chat directory on your server.

+

Delete the file install.php from the chat directory on your server.

-

Congradulation! You Are Winner!

Yay! You're done! To test your chat, navigate to your chat URL in a browser: http://example.org/path/to/chat/index.php