From 7ec83f8b3866efde8ee1033c7c87f29c7b51ef57 Mon Sep 17 00:00:00 2001 From: Alberto Leal Date: Wed, 6 Apr 2016 15:11:28 +0100 Subject: [PATCH] Typo on Readme file Signed-off-by: Alberto Leal --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b5343d17..3b407540d 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ sudo make install ``` In order to enable seccomp support you will need to install libseccomp on your platform. -If you do not with to build `runc` with seccomp support you can add `BUILDTAGS=""` when running make. +If you do not want to build `runc` with seccomp support you can add `BUILDTAGS=""` when running make. #### Build Tags