Fix typos

This commit is contained in:
Santiago Lo Coco 2022-03-11 09:54:46 -03:00
parent b4735fb62c
commit 09aa3c6c91
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# cdmenu
Patched build of cdmenu.
Patched build of `dmenu`.
## Table of contents
- [Requirements <a name="requirements"></a>](#requirements-)
@ -11,7 +11,7 @@ Patched build of cdmenu.
## Requirements <a name="requirements"></a>
In order to build dmenu you need the Xlib header files.
In order to build `dmenu` you need the `Xlib` header files.
## Installation <a name="installation"></a>
@ -23,7 +23,7 @@ make clean install
## Usage <a name="usage"></a>
See the man page.
See the `man` page.
## Patches