Browse code

fixing punctuation and grammar

Signed-off-by: Prasanna Gautam <prasannagautam@gmail.com>

gautam, prasanna authored on 2014/11/11 08:04:23
Showing 1 changed files
... ...
@@ -68,7 +68,7 @@ your `BINDDIR` setting is not set quite right. You want to run the following com
68 68
     
69 69
     $ sudo make BINDDIR=. binary 
70 70
 
71
-If you are not in Linux - for example: OSX, you want to run `make cross` or `make BINDDIR=. cross`.
71
+If you are on a non-Linux platform, e.g., OSX, you'll want to run `make cross` or `make BINDDIR=. cross`.
72 72
 
73 73
 ### Using your built Docker binary
74 74