fix typo in readme.md

This commit is contained in:
Hydrazer 2021-10-08 15:30:19 -06:00
parent b6b8a14005
commit a2231f5c72

View file

@ -397,7 +397,7 @@ Content-Type: application/json
# Principle of Operation # Principle of Operation
Piston uses Docker as the primary mechanism for sandboxing. There is an API within the container written in Node 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`. 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.). The source file is either ran or compiled and ran (in the case of languages like c, c++, c#, go, etc.).