Skip to content

Commit 89ed46f

Browse files
committed
fix: readme typo
1 parent 5a70b51 commit 89ed46f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66

77
- Expose bucket name for rp_upload.
88

9+
### Fixed
10+
11+
- ReadMe typo *start_pod* -> *resume_pod*
12+
913
## Release 1.5.2 (1/16/24)
1014

1115
### Fixed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,8 @@ pod = runpod.create_pod("test", "runpod/stack", "NVIDIA GeForce RTX 3070")
143143
# Stop the pod
144144
runpod.stop_pod(pod.id)
145145

146-
# Start the pod
147-
runpod.start_pod(pod.id)
146+
# Resume the pod
147+
runpod.resume_pod(pod.id)
148148

149149
# Terminate the pod
150150
runpod.terminate_pod(pod.id)

0 commit comments

Comments
 (0)