Skip to content

Commit

Permalink
docs: clarify/fix project description
Browse files Browse the repository at this point in the history
  • Loading branch information
mgoltzsche committed May 23, 2024
1 parent 9ad74c9 commit ceb29f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# beets-webrouter

A [beets](https://github.com/beetbox/beets) plugin to serve multiple web apps on the same server/host/port with one command.
A [beets](https://github.com/beetbox/beets) plugin to serve multiple web apps on the same server/host/port using a single command.

This allows serve the beets web UI, a Subsonic API as well as the generated M3U playlists with a single `beets webrouter` command.
By running `beet webrouter` you can serve e.g. the beets web UI, a Subsonic API as well as the generated M3U playlists on the same host/port, each under a different path.

## Installation

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
name='beets-webrouter',
version='0.0.0-dev',
author='Max Goltzsche',
description='Serve multiple beets APIs on the same host/port',
description='Serve multiple beets APIs on the same IP/port using a single command',
long_description=long_description,
long_description_content_type='text/markdown',
url='https://github.com/mgoltzsche/beets-webrouter',
Expand Down

0 comments on commit ceb29f8

Please sign in to comment.