diff --git a/docs/sdks/cli/GETTING_STARTED.md b/docs/sdks/cli/GETTING_STARTED.md index 8b277a9138..2c71d37c0b 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