You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2015/03/12 14:59:06 UTC

incubator-tinkerpop git commit: Remove attempted formatting in README.

Repository: incubator-tinkerpop
Updated Branches:
  refs/heads/master 05c58df85 -> 723b88e77


Remove attempted formatting in README.


Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/723b88e7
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/723b88e7
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/diff/723b88e7

Branch: refs/heads/master
Commit: 723b88e7735effa7ad3a4fc0403ee5d3cc4cfdb6
Parents: 05c58df
Author: Stephen Mallette <sp...@apache.org>
Authored: Thu Mar 12 09:58:55 2015 -0400
Committer: Stephen Mallette <sp...@apache.org>
Committed: Thu Mar 12 09:58:55 2015 -0400

----------------------------------------------------------------------
 README.asciidoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/723b88e7/README.asciidoc
----------------------------------------------------------------------
diff --git a/README.asciidoc b/README.asciidoc
index b9bd30e..8b3f933 100644
--- a/README.asciidoc
+++ b/README.asciidoc
@@ -37,7 +37,7 @@ Building and Testing
 * Build AsciiDocs: `docs/preprocessor/preprocess.sh && mvn process-resources -Dasciidoc`
 * Build JavaDocs: `mvn process-resources -Djavadoc`
 * Check for Apache License headers: `mvn apache-rat:check`
-* Deploy JavaDocs/AsciiDocs: `bin/publish-docs.sh _username_ _password_`
+* Deploy JavaDocs/AsciiDocs: `bin/publish-docs.sh username password`
 * Deploy Zip Archives: `mvn deploy -Darchives`
 * Integration Tests: `mvn verify -DskipIntegrationTests=false`
 * Performance Tests: `mvn verify -DskipPerformanceTests=false`