aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGravatar wookie184 <[email protected]>2023-08-30 16:27:31 +0100
committerGravatar GitHub <[email protected]>2023-08-30 16:27:31 +0100
commit25b84f4124f879cd6c7d954e93c5e4189fe9fef5 (patch)
treec71f788e4cb30b76925c7688fa6e29dbde2ff820 /README.md
parentMerge pull request #188 from python-discord/test-init-container-in-CI (diff)
Fix link in readme (#189)
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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.