Skip to content

Commit be0a17e

Browse files
Clean up README deployment instructions
Removed redundant line breaks in deployment section.
1 parent d98810b commit be0a17e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,8 @@ The application allows managing gifts with full CRUD (Create, Read, Update, Dele
5151
- Check deployments:
5252

5353
```bash
54-
kubectl get deployments
55-
56-
Delete an existing deployment:
57-
54+
kubectl get deployments
55+
Delete an existing deployment:
5856
kubectl delete deployment <deployment-name>
5957

6058
Commit and push to GitHub:

0 commit comments

Comments
 (0)