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

Commit 76c543c

Browse files
author
toni.lopez
committed
ITL-184: Adding info to readme file.
1 parent 9bab827 commit 76c543c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@ $app->run();
6363
```
6464

6565
The constructor of the GraphiteClient object needs:
66-
1. A host to push metrics (use 127.0.0.1 if you have netpipes installed in your box).
67-
2. A port (8126).
68-
3. A prefix (where all your metrics will be added. Use "." to separate folders.
69-
4. Optionally, a Monolog\Logger object, to log the metrics.
66+
1 A host to push metrics (use 127.0.0.1 if you have netpipes installed in your box).
67+
2 A port (8126).
68+
3 A prefix (where all your metrics will be added. Use "." to separate folders.
69+
4 Optionally, a Monolog\Logger object, to log the metrics.
7070

7171
An examlpe of a config file for that client could be:
7272

0 commit comments

Comments
 (0)