You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by wk...@apache.org on 2011/07/13 14:26:57 UTC

svn commit: r1145971 - /incubator/stanbol/trunk/enhancer/engines/opencalais/README.md

Author: wkasper
Date: Wed Jul 13 12:26:56 2011
New Revision: 1145971

URL: http://svn.apache.org/viewvc?rev=1145971&view=rev
Log:
Corrected error in usage description

Modified:
    incubator/stanbol/trunk/enhancer/engines/opencalais/README.md

Modified: incubator/stanbol/trunk/enhancer/engines/opencalais/README.md
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/enhancer/engines/opencalais/README.md?rev=1145971&r1=1145970&r2=1145971&view=diff
==============================================================================
--- incubator/stanbol/trunk/enhancer/engines/opencalais/README.md (original)
+++ incubator/stanbol/trunk/enhancer/engines/opencalais/README.md Wed Jul 13 12:26:56 2011
@@ -80,7 +80,7 @@ command line commands like this can be u
 
 * stateless interface
 
-    curl -i -X PUT -H "Content-Type:text/plain" -T testfile.txt http://localhost:8080/engines
+    curl -i -X POST -H "Content-Type:text/plain" -T testfile.txt http://localhost:8080/engines
 
 * stateful interface