You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ma...@apache.org on 2013/10/02 11:17:25 UTC

svn commit: r1528395 - /cordova/site/README.md

Author: marcelk
Date: Wed Oct  2 09:17:24 2013
New Revision: 1528395

URL: http://svn.apache.org/r1528395
Log:
Fix a typo in the publishing instructions

Modified:
    cordova/site/README.md

Modified: cordova/site/README.md
URL: http://svn.apache.org/viewvc/cordova/site/README.md?rev=1528395&r1=1528394&r2=1528395&view=diff
==============================================================================
--- cordova/site/README.md (original)
+++ cordova/site/README.md Wed Oct  2 09:17:24 2013
@@ -55,7 +55,7 @@ How to update the docs
     $ rsync -av --exclude='.svn*' public/ ../cordova-website/public/docs
 
     # if you are adding a new version of cordova docs, don't forget to:
-    $ svn add public/docs/my_new_version
+    $ svn add public/docs/my_lang/my_new_version
 
     # Ensure that an "svn diff" looks to include only your changes:
     $ svn diff | less