Skip to content

Commit 9f4626f

Browse files
committed
Update README.md
fix to make github markdown interpreter... properly render the table!
1 parent 9641c27 commit 9f4626f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ $parser->setFormat('%h %l %u %t "%r" %>s %O "%{Referer}i" \"%{User-Agent}i"');
5555
Here is the list of format strings currently supported :
5656

5757
| Format String | Description |
58-
| -- | ------- |
58+
|----|---------|
5959
| %% | percent |
6060
| %a | remoteIp |
6161
| %A | localIp |
@@ -79,4 +79,4 @@ Here is the full list from Apache's doc : https://httpd.apache.org/docs/2.2/en/m
7979

8080
## Exceptions
8181

82-
If a line does not match with the defined format, an `\Kassner\ApacheLogParser\FormatException` will be thrown.
82+
If a line does not match with the defined format, an `\Kassner\ApacheLogParser\FormatException` will be thrown.

0 commit comments

Comments
 (0)