]> www.infradead.org Git - users/hch/nvme-cli.git/commitdiff
Fix code block style in the first section
authorHaochen Tong <hexchain@users.noreply.github.com>
Fri, 2 Aug 2019 16:57:19 +0000 (00:57 +0800)
committerGitHub <noreply@github.com>
Fri, 2 Aug 2019 16:57:19 +0000 (00:57 +0800)
Use 4 spaces before code blocks to ensure proper formatting.

README.md

index 0bf7fcc63170870dad70f12dbee1eed3b3370c72..618c8526180a4d55271c33bd9a9bfa3c7f2de794 100644 (file)
--- a/README.md
+++ b/README.md
@@ -3,15 +3,16 @@ 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