Fix markdown rendering
authorBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 15 Sep 2010 16:09:37 +0000 (09:09 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 15 Sep 2010 16:09:37 +0000 (09:09 -0700)
These two lines were being rendered incorrectly on the GitHub
site.  To fix the issue there needs to be leading whitespace
before each line to ensure each command is rendered on its
own line.

$ ./configure
$ make pkg


No differences found