summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/samples/getting-started/helloworld/README
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2011-03-29 22:01:57 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2011-03-29 22:01:57 +0000
commitd4a1e6ba01bb17badddfcc2be6e444e945c0cc9f (patch)
treee99e54c3685f471c824589cd2352caefd1c72817 /sca-java-2.x/trunk/samples/getting-started/helloworld/README
parent50117211808fbb56d6ce5a69d892e8ecafcb46df (diff)
Correct README typos
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086772 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/trunk/samples/getting-started/helloworld/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld/README b/sca-java-2.x/trunk/samples/getting-started/helloworld/README
index 402edf3930..fc306caa34 100644
--- a/sca-java-2.x/trunk/samples/getting-started/helloworld/README
+++ b/sca-java-2.x/trunk/samples/getting-started/helloworld/README
@@ -10,14 +10,14 @@ The composite defines an SCA component, HelloworldComponent, which provides a He
the component is implemented by a Java class.
You can use the contribution by starting the composite in the Tuscany Shell. To do that run the
-following command in the helloworld-contribution folder:
+following command in the helloworld folder:
mvn tuscany:run
Alternatively, the Tuscany Shell can be started with the scripts in the Tuscany binary distribution
bin folder. To do that run the following command at the root of a Tuscany binary distribution:
- bin\tuscany.bat samples\getting-started\helloworld-contribution
+ bin\tuscany.bat samples\getting-started\helloworld
Once the Shell has been started with one of those methods you can use Shell commands to explore
the SCA domain, for example, use the "installed" command to get the status of installed contributions,