From fde07f9c9d78bb008cfe45b8fc6273455a6dce68 Mon Sep 17 00:00:00 2001 From: Haochen Tong Date: Sat, 3 Aug 2019 00:57:19 +0800 Subject: [PATCH] Fix code block style in the first section Use 4 spaces before code blocks to ensure proper formatting. --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0bf7fcc6..618c8526 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 -- 2.50.1