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 the chat folder to your server into your SMF forum directory:
e.g. http://example.org/smf/chat/
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.
+Either of these methods will create the tables your database needs to store chat messages and other information.
+ 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.
Yay! You're done! To test your chat, navigate to your chat URL in a browser: http://example.org/path/to/chat/index.php