From 25b84f4124f879cd6c7d954e93c5e4189fe9fef5 Mon Sep 17 00:00:00 2001 From: wookie184 Date: Wed, 30 Aug 2023 16:27:31 +0100 Subject: Fix link in readme (#189) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6916090..c4779a4 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Python sandbox runners for executing code in isolation aka snekbox. -Supports a memory [virtual read/write file system](#virtual-file-system) within the sandbox, allowing text or binary files to be sent and returned. +Supports a memory [read/write file system](#memory-file-system) within the sandbox, allowing text or binary files to be sent and returned. A client sends Python code to a snekbox, the snekbox executes the code, and finally the results of the execution are returned to the client. -- cgit v1.2.3