diff --git a/.github/workflows/test-api-inside-ghrunnerVM.yaml b/.github/workflows/test-api-inside-ghrunnerVM.yaml
index 10182f7..c043854 100644
--- a/.github/workflows/test-api-inside-ghrunnerVM.yaml
+++ b/.github/workflows/test-api-inside-ghrunnerVM.yaml
@@ -1,6 +1,6 @@
 name: Checkout and run nodejs app inside runner(VM)
 on: 
-  workflow_dispatch
+  workflow_dispatch:
 jobs:
   build:
       runs-on: ubuntu-latest
diff --git a/nodejs-docker/README.md b/nodejs-docker/README.md
index 333a38a..d786e40 100644
--- a/nodejs-docker/README.md
+++ b/nodejs-docker/README.md
@@ -1,5 +1,7 @@
-# Run the project 
+# Run inside Github Codespaces
+
+## Run the project 
 ```npm start```
 
-# Build docker image
+## Build docker image
 ```docker buildx build . -t node-app:latest```
\ No newline at end of file