瀏覽代碼

Merge pull request #599 from jbranchaud/add-backticks-to-ls-references-in-readme

Wrap references to ls in backticks in README
Benjamin Sago 6 年之前
父節點
當前提交
0a3f730878
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      README.md

+ 2 - 2
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