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

Wrap references to ls in backticks in README
This commit is contained in:
Benjamin Sago 2020-01-19 09:32:54 +00:00 committed by GitHub
commit 0a3f730878
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

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