From a2231f5c728aa230bc92477715130808edd9ec8f Mon Sep 17 00:00:00 2001 From: Hydrazer Date: Fri, 8 Oct 2021 15:30:19 -0600 Subject: [PATCH] fix typo in readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index b215138..d2574b1 100644 --- a/readme.md +++ b/readme.md @@ -397,7 +397,7 @@ Content-Type: application/json # Principle of Operation Piston uses Docker as the primary mechanism for sandboxing. There is an API within the container written in Node -which takes in execution requests and executees them within the container safely. +which takes in execution requests and executes them within the container safely. High level, the API writes any source code to a temporary directory in `/piston/jobs`. The source file is either ran or compiled and ran (in the case of languages like c, c++, c#, go, etc.).