Skip to content

Commit e533753

Browse files
Update README.md
1 parent 02520c0 commit e533753

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ Time your codes
55

66
You can download this and place it in your ```site-package```, and:
77

8-
- The basic usage: import timing
8+
- The basic usage: ```import timing```
99
- The advanced usage:
10-
- To time: put timing.go() and timing.end('something that you wanna say') before and after the code block
11-
- To log: use timming.log('something that you wanna say')
10+
- To time: put ```timing.go()``` and ```timing.end('something that you wanna say')``` before and after the code block
11+
- To log: use ```timming.log('something that you wanna say')```
1212

1313
## Acknowledgement
1414
Most of the work is done by Paul McG, which you can find it at [here](https://stackoverflow.com/questions/1557571/how-do-i-get-time-of-a-python-programs-execution/1557906#1557906)

0 commit comments

Comments
 (0)