Skip to content

Commit 132eec1

Browse files
author
rightlag
committed
Update README.md
1 parent 3808a3e commit 132eec1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ timely is a Python package that allows users to manage the uptime of their [Amaz
2525
>>> timely = Timely()
2626
>>> timely.set(weekdays=['Monday', 'Tuesday', 'Wednesday'], start_time='9:00 AM', end_time='5:00 PM')
2727

28-
### Check if container should be running
28+
### Check if containers should be running
2929

3030
>>> from timely import Timely
3131
>>> timely = Timely(verbose=True)

0 commit comments

Comments
 (0)