summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Heon <mheon@redhat.com>2019-06-20 19:56:57 -0400
committerMatthew Heon <mheon@redhat.com>2019-06-20 19:56:57 -0400
commit9aeba12d61543f72e9a99cf905b4d2144c6c9e8e (patch)
treeed1b38e576f1c04a0488a1b0cba4fccefa5e8044
parenta1a70ff5e0e008b538e2589b86ac5a27fd177acf (diff)
downloadpodman-9aeba12d61543f72e9a99cf905b4d2144c6c9e8e.tar.gz
podman-9aeba12d61543f72e9a99cf905b4d2144c6c9e8e.tar.bz2
podman-9aeba12d61543f72e9a99cf905b4d2144c6c9e8e.zip
Add some missing periods to the readme
Signed-off-by: Matthew Heon <mheon@redhat.com>
-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.