README: shorter filename

This commit is contained in:
Johan Euphrosine 2015-02-04 11:31:54 -08:00
parent 83638fdcf3
commit 787fdf3592

View File

@ -19,8 +19,8 @@ $ podex [-format json|yaml] [-type=pod|container] [-name PODNAME] IMAGES...
### Examples
```
$ podex google/nodejs-hello > pod-manifest.yaml
$ podex -format json -type container -name nodejs-nginx google/nodejs-hello nginx > container-manifest.json
$ podex google/nodejs-hello > pod.yaml
$ podex -format json -type container -name nodejs-nginx google/nodejs-hello nginx > container.json
```
## TODOs