You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2011/03/30 00:01:57 UTC

svn commit: r1086772 - /tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld/README

Author: antelder
Date: Tue Mar 29 22:01:57 2011
New Revision: 1086772

URL: http://svn.apache.org/viewvc?rev=1086772&view=rev
Log:
Correct README typos

Modified:
    tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld/README

Modified: tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld/README
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld/README?rev=1086772&r1=1086771&r2=1086772&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld/README (original)
+++ tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld/README Tue Mar 29 22:01:57 2011
@@ -10,14 +10,14 @@ The composite defines an SCA component, 
 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,