ARIA-419: Fix typo in hello-world example instructions in website's getting-started.md
diff --git a/gettingstarted.md b/gettingstarted.md
index c82884b..196e874 100644
--- a/gettingstarted.md
+++ b/gettingstarted.md
@@ -124,7 +124,7 @@
 First, provide ARIA TOSCA with the ARIA TOSCA"hello world" template (can be downloaded [here](https://github.com/apache/incubator-ariatosca/tree/master/examples/hello-world)) service-template and name it (e.g.
 ``my-service-template``):
 
-    aria service-templates store examples/hello-world/helloworld.yaml my-service-template
+    aria service-templates store examples/hello-world/hello-world.yaml my-service-template
 
 Now create a service based on this service-template and name it (e.g. ``my-service``):