summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-06-21 17:11:12 +0200
committerGitHub <noreply@github.com>2019-06-21 17:11:12 +0200
commitaa21ec158afff2263d3f7a83fee75b275ff7122e (patch)
treebbf175aa30d8ca0378b781ee054dd669a6be0129
parentc0bc768ff131d014638a151f7725921a87ddbdb1 (diff)
parent9aeba12d61543f72e9a99cf905b4d2144c6c9e8e (diff)
downloadpodman-aa21ec158afff2263d3f7a83fee75b275ff7122e.tar.gz
podman-aa21ec158afff2263d3f7a83fee75b275ff7122e.tar.bz2
podman-aa21ec158afff2263d3f7a83fee75b275ff7122e.zip
Merge pull request #3392 from mheon/missing_periods
Add some missing periods to the readme
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 5f627d9da..ad9c3270b 100644
--- a/README.md
+++ b/README.md
@@ -15,8 +15,8 @@ At a high level, the scope of libpod and Podman is the following:
* Support multiple image formats including the OCI and Docker image formats.
* Support for multiple means to download images including trust & image verification.
* Container image management (managing image layers, overlay filesystems, etc).
-* Full management of container lifecycle
-* Support for pods to manage groups of containers together
+* Full management of container lifecycle.
+* Support for pods to manage groups of containers together.
* Resource isolation of containers and pods.
* Support for a Docker-compatible CLI interface through Podman.
* Integration with CRI-O to share containers and backend code.