From 99e8d2d37bececced4faf933a26e9a28d4da1c99 Mon Sep 17 00:00:00 2001 From: Vyshnav S Deepak Date: Fri, 26 Jul 2024 04:46:14 +0530 Subject: [PATCH] Update README.md fix typo - nsjail --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3015110..333583e 100644 --- a/README.md +++ b/README.md @@ -558,7 +558,7 @@ To launch nsjail in a docker container clone the repository and build the docker docker build -t nsjailcontainer . -This will build up an image containing njsail and kafel. +This will build up an image containing nsjail and kafel. From now you can either use it in another Dockerfile (`FROM nsjailcontainer`) or directly: