You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2009/06/09 22:44:51 UTC

svn commit: r783127 - /incubator/sling/trunk/launchpad/webapp/README.txt

Author: bdelacretaz
Date: Tue Jun  9 20:44:50 2009
New Revision: 783127

URL: http://svn.apache.org/viewvc?rev=783127&view=rev
Log:
Fix wrong example URL

Modified:
    incubator/sling/trunk/launchpad/webapp/README.txt

Modified: incubator/sling/trunk/launchpad/webapp/README.txt
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/launchpad/webapp/README.txt?rev=783127&r1=783126&r2=783127&view=diff
==============================================================================
--- incubator/sling/trunk/launchpad/webapp/README.txt (original)
+++ incubator/sling/trunk/launchpad/webapp/README.txt Tue Jun  9 20:44:50 2009
@@ -64,10 +64,10 @@
 
 	 curl -D - -Ftitle=something http://admin:admin@localhost:8888/testing/this
 	 
-Then, http://admin:admin@localhost:8888/testing/this should display a default HTML
-representation, including the value of the "title" property.
+Then, http://admin:admin@localhost:8888/testing/this.html should display a default 
+HTML representation, including the value of the "title" property.
 
-Add a txt or json extension to see other output formats.
+Use a txt or json extension instead of html to see other output formats.
 
 For more info see the Sling website at http://incubator.apache.org/sling, and the
 "Sling in 15 minutes" tutorial