Skip to content
This repository was archived by the owner on May 24, 2020. It is now read-only.

Commit d237790

Browse files
committed
fix issues in readme
1 parent 75e61df commit d237790

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ This is a log file reader for apache log files to parse useragents.
99
Run the command below to install via Composer
1010

1111
```shell
12-
composer require browscap/browscap-file-reader
12+
composer require browscap/http-access-log-parser
1313
```
1414

1515
## the CLI Log command
1616

1717
The `log` command parses a single access log file or a directory with access log files and writes the results into an output file.
1818

1919
```php
20-
vendor/bin/browscap-file-reader browscap:log
20+
vendor/bin/log-parser browscap:log
2121
```
2222

2323
### options

0 commit comments

Comments
 (0)