aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core
diff options
context:
space:
mode:
authorKen Moore <ken@ixsystems.com>2017-07-05 10:00:48 -0400
committerGitHub <noreply@github.com>2017-07-05 10:00:48 -0400
commit7474238cc4b845ed7c59a377f1f0e4ab456ed5f4 (patch)
treece833f94447605cde3ea3d05909c8d2304b967b2 /src-qt5/core
parentUpdate README.md (diff)
downloadlumina-7474238cc4b845ed7c59a377f1f0e4ab456ed5f4.tar.gz
lumina-7474238cc4b845ed7c59a377f1f0e4ab456ed5f4.tar.bz2
lumina-7474238cc4b845ed7c59a377f1f0e4ab456ed5f4.zip
Update README.md
Another minor syntax change
Diffstat (limited to 'src-qt5/core')
-rw-r--r--src-qt5/core/README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/src-qt5/core/README.md b/src-qt5/core/README.md
index b5ef01b8..6a17d900 100644
--- a/src-qt5/core/README.md
+++ b/src-qt5/core/README.md
@@ -83,8 +83,8 @@ Other Files that get installed if "core" is built directly:
* `acpi`: Battery detection/status
* `dbus-send`: System shutdown/restart
9. Debian GNU/Linux
- * `xbacklight`: screen brightness control
- * `amixer`: Audio mixer control
- * `pavucontrol`: Graphical audio mixer utility
- * `acpi`: Battery detection/status
- * `dbus-send`: System shutdown/restart
+ * `xbacklight`: screen brightness control
+ * `amixer`: Audio mixer control
+ * `pavucontrol`: Graphical audio mixer utility
+ * `acpi`: Battery detection/status
+ * `dbus-send`: System shutdown/restart
bgstack15