Skip to content

Commit 9cdeb57

Browse files
committed
Update Readme.md
1 parent b1c299f commit 9cdeb57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Python/Counting_Days/Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ Name | About
1313
Counting Days | Shows the number of days between today and (date) given
1414

1515
### Usage
16-
To access the `timer`, this application imports the following modules.
16+
To access the `counter`, this application imports the following modules.
1717
```python
1818
import os
19-
import time
19+
from datetime import date
2020
```
2121

2222
### Instructions to run this application

0 commit comments

Comments
 (0)