diff options
author | pingarelho <davidamaral101@gmail.com> | 2023-09-20 23:09:25 +0100 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-10-19 08:23:46 -0500 |
commit | 4e6972dde0bfe14767f757cd0541cd951a101d4f (patch) | |
tree | 0d96c2cc4e3286ed4f04450c6b51acd797474556 /mpdarc-widget | |
parent | 3a984a9119cf431ec9eba7aafe5baf03376b379e (diff) |
'e.g.' instead of 'e.g'
Diffstat (limited to 'mpdarc-widget')
-rw-r--r-- | mpdarc-widget/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mpdarc-widget/README.md b/mpdarc-widget/README.md index 2192410..a83a39b 100644 --- a/mpdarc-widget/README.md +++ b/mpdarc-widget/README.md @@ -4,7 +4,7 @@ Music Player Daemon widget by @raphaelfournier. # Prerequisite -Install `mpd` (Music Player Daemon itself) and `mpc` (Music Player Client - program for controlling mpd), both should be available in repo, e.g for Ubuntu: +Install `mpd` (Music Player Daemon itself) and `mpc` (Music Player Client - program for controlling mpd), both should be available in repo, e.g. for Ubuntu: ```bash sudo apt-get install mpd mpc |