Skip to content

Commit fccd4a0

Browse files
committed
Doc update
1 parent 069649d commit fccd4a0

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
@@ -294,7 +294,7 @@ For example: The following 'one-liner' will read a kubernetes deployment
294294
configuration (using 'kubectl get ...'), output it in *JSON.sh* format (using
295295
'JSONPath.sh'), change the number of replicas from the existing value to 5
296296
(using *sed*), output again in JSON (using 'JSONPath.sh -p'), then replace the
297-
original deployment with the newly changed one (using 'kubectl replace ...'.
297+
original deployment with the newly changed one (using 'kubectl replace ...').
298298

299299
```
300300
kubectl get deployment sample-deployment -o json | \

0 commit comments

Comments
 (0)