1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-07-01 18:51:04 +02:00

docs(compiling): add missing full stop

This commit is contained in:
Jake Stanger 2023-02-01 21:08:03 +00:00
parent 2780d98ee0
commit 6a39905b43
No known key found for this signature in database
GPG key ID: C51FC8F9CB0BEA61

View file

@ -42,7 +42,7 @@ cargo build --release --no-default-features \
| clock | Enables the `clock` module. |
| music+all | Enables the `music` module with support for all player types. |
| music+mpris | Enables the `music` module with MPRIS support. |
| music+mpd | Enables the `music` module with MPD support |
| music+mpd | Enables the `music` module with MPD support. |
| sys_info | Enables the `sys_info` module. |
| tray | Enables the `tray` module. |
| workspaces+all | Enables the `workspaces` module with support for all compositors. |