From 036004fb91c64a9091cb16c5c50dc068dfb8f0e1 Mon Sep 17 00:00:00 2001 From: Christy Jacob Date: Thu, 3 Mar 2022 14:19:51 +0400 Subject: [PATCH] feat: update node version --- docs/sdks/cli/GETTING_STARTED.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/sdks/cli/GETTING_STARTED.md b/docs/sdks/cli/GETTING_STARTED.md index 8b277a913..2c71d37c0 100644 --- a/docs/sdks/cli/GETTING_STARTED.md +++ b/docs/sdks/cli/GETTING_STARTED.md @@ -69,11 +69,10 @@ $ appwrite deploy function ? Which functions would you like to deploy? My Awesome Function (61d1a4c81dfcd95bc834) ℹ Info Deploying function My Awesome Function ( 61d1a4c81dfcd95bc834 ) -? Enter the entrypoint command node index.js ✓ Success Deployed My Awesome Function ( 61d1a4c81dfcd95bc834 ) ``` -Your function is now ready to be executed on your Appwrite server! +Your function has now been deployed on your Appwrite server! As soon as the build process is finished, you can start executing the function. * ### Deploying Collections