Skip to content

Commit bed7905

Browse files
author
Stephen Hynes
committed
Update README.md
1 parent a10865b commit bed7905

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ To install this library, use the following command:
2323
Usage without metric functionality
2424
----------------------------------
2525

26-
```
26+
::
27+
2728
#!/usr/bin/env python
2829

2930
from logentries import LogentriesHandler
@@ -39,12 +40,13 @@ Usage without metric functionality
3940
log.info("Info message")
4041

4142
sleep(10)
42-
```
43+
4344

4445
Usage with metric functionality
4546
-------------------------------
4647

47-
```
48+
::
49+
4850
from logentries import LogentriesHandler, metrics
4951
import time
5052
import logging
@@ -59,7 +61,7 @@ Usage with metric functionality
5961

6062
if __name__ == '__main__':
6163
function_one(1)
62-
```
64+
6365

6466
Metric.Time()
6567
-------------

0 commit comments

Comments
 (0)