From eb396d3136deeec3173ddd96ce4f54d89f6a9848 Mon Sep 17 00:00:00 2001 From: Timothy Hobbs Date: Thu, 12 Jun 2014 16:07:31 +0000 Subject: [PATCH] Grammar in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f7f6760c..a8aeb346 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ for using Linux namespaces with no external dependencies. libcontainer provides A container is a self contained directory that is able to run one or more processes without affecting the host system. The directory is usually a full system tree. Inside the directory a `container.json` file is placed with the runtime configuration for how the processes -should be contained and ran. Environment, networking, and different capabilities for the +should be contained and run. Environment, networking, and different capabilities for the process are specified in this file. The configuration is used for each process executed inside the container. See the `container.json` file for what the configuration should look like.