Update README.md

Fixed typo
This commit is contained in:
mynamewastaken 2013-03-28 02:55:28 -05:00
parent e37ce11cfa
commit b3cbe87b62
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ Notable features
* Network isolation: each process container runs in its own network namespace, with a virtual interface and IP address of its own.
* Copy-on-write: root filesystems are created using copy-on-write, which makes deployment extremeley fast, memory-cheap and disk-cheap.
* Copy-on-write: root filesystems are created using copy-on-write, which makes deployment extremely fast, memory-cheap and disk-cheap.
* Logging: the standard streams (stdout/stderr/stdin) of each process container are collected and logged for real-time or batch retrieval.