From 5823069dbf29fcb8381fd3fa89190f6ba5bc45b8 Mon Sep 17 00:00:00 2001 From: jbranchaud Date: Sat, 19 Oct 2019 13:50:52 -0500 Subject: [PATCH] Wrap references to ls in backticks in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 99723f6..3f3743d 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ ## Rationale -**exa** is a modern replacement for the command-line program ls that ships with Unix and Linux operating systems, with more features and better defaults. It uses colours to distinguish file types and metadata. It knows about symlinks, extended attributes, and Git. And it’s **small**, **fast**, and just one **single binary**. +**exa** is a modern replacement for the command-line program `ls` that ships with Unix and Linux operating systems, with more features and better defaults. It uses colours to distinguish file types and metadata. It knows about symlinks, extended attributes, and Git. And it’s **small**, **fast**, and just one **single binary**. -By deliberately making some decisions differently, exa attempts to be a more featureful, more user-friendly version of ls. +By deliberately making some decisions differently, exa attempts to be a more featureful, more user-friendly version of `ls`. ## Screenshots