From 835208652be2f2b4ee3e98f5e9933c37485f9754 Mon Sep 17 00:00:00 2001 From: Ekene Eze Date: Wed, 6 Sep 2023 13:37:34 +0400 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 75a8438..13df86f 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,10 @@ Next, follow the instructions on the docs to test the Action 1. [Run the Action Server](https://dev.collab.land/docs/upstream-integrations/collab-actions/getting-started-with-collab-actions#run-the-action-server-locally) + ```bash + npm run server -- DhF7T98EBmH1ZFmdGJvBhkmdn3BfAqc3tz8LxER8VH2q + ``` + Next, once you get to play with this simple action, try to implement something new and test it locally 2. [Implement & test your Action locally](https://dev.collab.land/docs/upstream-integrations/collab-actions/getting-started-with-collab-actions#test-the-actions-in-a-discord-server)