Skip to content

Commit 9debd76

Browse files
Merge pull request #277 from runpod/261-small-typo-in-the-readme-file-it-says-start_pod-but-it-seems-the-command-was-updated-to-resume_pod
fix: readme typo
2 parents 5a70b51 + 89ed46f commit 9debd76

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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

Lines changed: 2 additions & 2 deletions
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)