ctubbsii commented on code in PR #138:
URL: https://github.com/apache/accumulo-examples/pull/138#discussion_r3575292602


##########
spark/README.md:
##########
@@ -38,7 +38,7 @@ a Spark application that does following:
 
 This application can be run using the command:
 
-    ./run.sh batch /path/to/accumulo-client.properties
+    $ ./run.sh batch /path/to/accumulo-client.properties

Review Comment:
   I don't think you need to prefix the command with the shell prompt. Instead, 
you can change the markdown style so it shows up formatted as a shell command:
   
   ``````suggestion
   ```sh
   ./run.sh batch /path/to/accumulo-client.properties
   ```
   ``````



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to