Skip to content

Commit 712b3dc

Browse files
committed
fix some typos
1 parent 4ad51d1 commit 712b3dc

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Dependencies
1717
Unix Build Instructions
1818
-----------------------
1919

20-
1. Install Dependencies, cmake and libmpdclient are available from all major distributions.
20+
1. install dependencies, cmake and libmpdclient are available from all major distributions.
2121
2. create build directory ```cd /path/to/src; mkdir build; cd build```
2222
3. create makefile ```cmake .. -DCMAKE_INSTALL_PREFIX:PATH=/usr```
2323
4. build ```make```
@@ -28,12 +28,12 @@ Run flags
2828
```
2929
Usage: ./ympd [OPTION]...
3030
31-
-h, --host <host> connect to mpd at host [localhost]
32-
-p, --port <port> connect to mpd at port [6600]
31+
-h, --host <host> connect to mpd at host [localhost]
32+
-p, --port <port> connect to mpd at port [6600]
3333
-w, --webport [ip:]<port> listen interface/port for webserver [8080]
3434
-u, --user <username> drop priviliges to user after socket bind
35-
-V, --version get version
36-
--help this help
35+
-V, --version get version
36+
--help this help
3737
```
3838

3939

ympd.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ympd \- Standalone MPD Web GUI written in C, utilizing Websockets and Bootstrap/
66
.SH SYNOPSIS
77
ympd [OPTION]...
88
.SH DESCRIPTION
9-
ympd is a lightweight MPD (Music Player Daemon) web client that runs without a dedicated werbserver or interpreters like PHP, NodeJS or Ruby. It's tuned for minimal resource usage and requires only very litte dependencies.
9+
ympd is a lightweight MPD (Music Player Daemon) web client that runs without a dedicated webserver or interpreters like PHP, NodeJS or Ruby. It's tuned for minimal resource usage and requires only very litte dependencies.
1010

1111
ympd is based in part on the work of the mongoose http server (https://github.com/cesanta/mongoose)
1212
.SH OPTIONS

0 commit comments

Comments
 (0)