Wrap references to ls in backticks in README

This commit is contained in:
jbranchaud 2019-10-19 13:50:52 -05:00
parent 89c861f24d
commit 5823069dbf

View file

@ -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 its **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 its **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