diff options
author | 2023-08-30 16:27:31 +0100 | |
---|---|---|
committer | 2023-08-30 16:27:31 +0100 | |
commit | 25b84f4124f879cd6c7d954e93c5e4189fe9fef5 (patch) | |
tree | c71f788e4cb30b76925c7688fa6e29dbde2ff820 /README.md | |
parent | Merge 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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |