We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3808a3e commit 132eec1Copy full SHA for 132eec1
README.md
@@ -25,7 +25,7 @@ timely is a Python package that allows users to manage the uptime of their [Amaz
25
>>> timely = Timely()
26
>>> timely.set(weekdays=['Monday', 'Tuesday', 'Wednesday'], start_time='9:00 AM', end_time='5:00 PM')
27
28
-### Check if container should be running
+### Check if containers should be running
29
30
>>> from timely import Timely
31
>>> timely = Timely(verbose=True)
0 commit comments