]> www.infradead.org Git - users/sagi/nvme-cli.git/commitdiff
Fix markdown indentation issues
authorMateusz Piotrowski <0mp@FreeBSD.org>
Mon, 4 Mar 2019 14:45:29 +0000 (15:45 +0100)
committerMateusz Piotrowski <0mp@FreeBSD.org>
Mon, 4 Mar 2019 14:45:29 +0000 (15:45 +0100)
Some code blocks were not rendered as code blocks, but as headers
instead.

README.md

index 046196ef35878540ec1e6e8859436fa43aadda15..be66d30295d3e6ce41be45adb87341c6cde13e88 100644 (file)
--- a/README.md
+++ b/README.md
@@ -3,15 +3,15 @@ NVM-Express user space tooling for Linux.
 
 To install, run:
 
-  # make && make install
+   # make && make install
 
 If not sure how to use, find the top-level documentation with:
 
-  # man nvme
+   # man nvme
 
 Or find a short summary with:
 
-  # nvme help
+   # nvme help
 
 ## Distro Support