Skip to content
This repository was archived by the owner on Apr 9, 2023. It is now read-only.

Commit 77f4825

Browse files
authored
Improve wording.
1 parent 769ca4a commit 77f4825

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ Free open-source web analytics with easy integration into existing PHP scripts.
33
## Usage
44
* Place webanalytics.php and websettings.php in the same directory as your own php scripts, and modify the database parameters in websettings.php.
55
#### OR
6-
* Place only webanalytics.php in the same directory as your own php scripts and modify the database parameters in webanalytics.php.
6+
* Place only webanalytics.php in the same directory as your own php scripts and modify the database parameters in webanalytics.php as well as webstatistics.php.
77

8-
websettings.php / webanalytics.php
8+
websettings.php / webanalytics.php / webstatistics.php
99
```php
1010
$web_analytics_db = new web_db_manager("mysql:dbname=database;host=127.0.0.1", "user", "password");
1111
```
@@ -15,7 +15,7 @@ Afterwards all you need to do is including webanalytics.php in your own php scri
1515
include "webanalytics.php";
1616
```
1717

18-
After running webanalytics.php once you will see a simple report when opening webstatistics.php.
18+
Run your script / webanalytics.php once to initialize the database tables, now webstatistics.php will show you an current analysis of your web traffic and visitors.
1919

2020
### Interested in using WebAnalytics as a library or in a modified way? You can disable auto run in the settings:
2121
```php

0 commit comments

Comments
 (0)