Skip to content

Commit

Permalink
Stop using fancy apos for command-line text
Browse files Browse the repository at this point in the history
In my experience, readers are likely to try to copy-and-paste text which will not execute correctly when using "fancy" apostrophes. That specific text isn't designed to be executed, but it is a super-easy fix.
  • Loading branch information
mdaniel committed Jul 19, 2014
1 parent c626f39 commit b54e8ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions web/sbt.textile
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,9 @@ sbt test
</pre>
Note that if a command takes arguments, you need to quote the entire
argument path, e.g.
<pre>
sbt 'test-only com.twitter.sample.SampleSpec'
</pre>

@sbt 'test-only com.twitter.sample.SampleSpec'@

It's weird that way.

Anyway. To start working with our code, launch sbt
Expand Down

0 comments on commit b54e8ef

Please sign in to comment.