Skip to content

Commit 63d1e8f

Browse files
authored
Merge pull request #47 from ericandrewlewis/patch-1
Update README.md
2 parents e1e5568 + 3787fe7 commit 63d1e8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Check the example work at:
1111

1212
The client-side app submits the code and the languageID to the server through the API. The API then creates a new *Docker* container and runs the code using the compiler/interpreter of that language. The program runs inside a virtual machine with limited resources and has a time-limit for execution (20s by default). Once the output is ready it is sent back to the client-side app. The *Docker* container is destroyed and all the files are deleted from the server.
1313

14-
No two codes have access to each other’s *Docker* or files.
14+
No two coders have access to each other’s *Docker* or files.
1515

1616

1717
## Installation Instructions ##

0 commit comments

Comments
 (0)