From 2b9541b56ce9f6be20fa50b391801c19246ea7c2 Mon Sep 17 00:00:00 2001 From: Nipuna Ransinghe Date: Sat, 2 Sep 2023 18:08:11 +0530 Subject: [PATCH] Fix issues in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 94ccac10..86a85383 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Execute the commands below to build from the source: * To build the package: ``` - bal build ./twilio + bal build ./ballerina ``` * To run tests after build: ```