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

Commit 769ca4a

Browse files
authored
Improve wording
1 parent fe9d77d commit 769ca4a

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
@@ -10,12 +10,12 @@ websettings.php / webanalytics.php
1010
$web_analytics_db = new web_db_manager("mysql:dbname=database;host=127.0.0.1", "user", "password");
1111
```
1212

13-
After that all you need to do is including webanalytics.php in your own php scripts to start collecting data:
13+
Afterwards all you need to do is including webanalytics.php in your own php scripts to start collecting data:
1414
```php
1515
include "webanalytics.php";
1616
```
1717

18-
After collecting enough data you will see a simple report when opening webstatistics.php.
18+
After running webanalytics.php once you will see a simple report when opening webstatistics.php.
1919

2020
### Interested in using WebAnalytics as a library or in a modified way? You can disable auto run in the settings:
2121
```php
@@ -49,7 +49,7 @@ As a professional you might also want to try our yet experimental JavaScript for
4949

5050
# Information about upcoming releases
5151
## 0.3 new API
52-
This version will include a new universal php script called "wa.php" that can be used for both a library for collecting and analysing data.
52+
This version will include a new universal php script called "wa.php" that can be used as both a library for collecting and analysing data.
5353
## 0.4 new page for viewing statistics based on the API
5454
## 0.5 merging all classes to one
5555
## 1.0

0 commit comments

Comments
 (0)