From: Haochen Tong Date: Fri, 2 Aug 2019 16:57:19 +0000 (+0800) Subject: Fix code block style in the first section X-Git-Tag: v1.9~6^2 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=fde07f9c9d78bb008cfe45b8fc6273455a6dce68;p=users%2Fhch%2Fnvme-cli.git Fix code block style in the first section Use 4 spaces before code blocks to ensure proper formatting. --- diff --git a/README.md b/README.md index 0bf7fcc..618c852 100644 --- 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