You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by an...@apache.org on 2012/09/12 16:44:31 UTC

svn commit: r1383981 - /incubator/stanbol/site/trunk/content/stanbol/docs/trunk/components/rules/store.mdtext

Author: anuzzolese
Date: Wed Sep 12 14:44:31 2012
New Revision: 1383981

URL: http://svn.apache.org/viewvc?rev=1383981&view=rev
Log:
Editing documentation for Rules.

Modified:
    incubator/stanbol/site/trunk/content/stanbol/docs/trunk/components/rules/store.mdtext

Modified: incubator/stanbol/site/trunk/content/stanbol/docs/trunk/components/rules/store.mdtext
URL: http://svn.apache.org/viewvc/incubator/stanbol/site/trunk/content/stanbol/docs/trunk/components/rules/store.mdtext?rev=1383981&r1=1383980&r2=1383981&view=diff
==============================================================================
--- incubator/stanbol/site/trunk/content/stanbol/docs/trunk/components/rules/store.mdtext (original)
+++ incubator/stanbol/site/trunk/content/stanbol/docs/trunk/components/rules/store.mdtext Wed Sep 12 14:44:31 2012
@@ -31,6 +31,6 @@ Example:
 Example:
 
     :::bash
-	curl -X POST ÐH "Content-type: multipart/form-data" \  
-	ÐF rules=myRuleFile -F description="My rules in the recipe" \ 
-	http://localhost:8080/rules/recipe/recipeTestA    
+    curl -X POST -H "Content-type: multipart/form-data" \
+    -F rules=@myRules -F description="My rules in the recipe." \
+    http://localhost:8080/rules/recipe/recipeTestA