From cc181c52e5f05a6ef16bc14b6b792f72c9000adf Mon Sep 17 00:00:00 2001 From: Kristopher Ives Date: Tue, 20 Oct 2015 20:37:42 -0700 Subject: [PATCH] Updated README.md Made the example command line usage use code formatting instead of quotes to avoid confusion for new users. --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b432063..288dcf8 100644 --- a/README.md +++ b/README.md @@ -19,5 +19,8 @@ To create the jar file, simply type "ant". ## Usage -Once you have a jar file you look at the usage by doing "java -jar bin/sheepit-client.jar --help". +Once you have a jar file you look at the usage by doing: + + java -jar bin/sheepit-client.jar --help + When you are doing your development you can use a mirror of the main site who is specially made for demo/dev, it is located at **http://www-demo.sheepit-renderfarm.com**