From 4e49c2f734a556f1fa93f4dad6ea34d84e331b67 Mon Sep 17 00:00:00 2001 From: Bradley Schofield Date: Tue, 12 Oct 2021 09:43:20 +0100 Subject: [PATCH] Update docs/tutorials/add-runtime.md Co-authored-by: kodumbeats --- docs/tutorials/add-runtime.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/add-runtime.md b/docs/tutorials/add-runtime.md index b072dd98a..146260cb2 100644 --- a/docs/tutorials/add-runtime.md +++ b/docs/tutorials/add-runtime.md @@ -8,7 +8,7 @@ Function Runtimes allow you to execute code written in any language and form the ## 1. Prerequisites In order for a function runtime to work, two prerequisites **must** be met due to the way Appwrite's Runtime Execution Model works. Theses are as follows: - - [ ] The Language in question must be able to run a web server that can serve json and text. + - [ ] The Language in question must be able to run a web server that can serve JSON and text. - [ ] The Runtime must be able to be packaged into a Docker container Note: Both Compiled and Interpreted languages work with Appwrite's execution model but both are written in slightly different ways.