Skip to content

Commit 4954caf

Browse files
authored
Update README.md
Remove references to the client, which has been split off to separate project repo
1 parent adcd487 commit 4954caf

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@
77

88
# Mobius
99

10-
Mobius is a cross-platform command line [Hotline](https://en.wikipedia.org/wiki/Hotline_Communications) client and server implemented in Golang.
10+
Mobius is a cross-platform command line [Hotline](https://en.wikipedia.org/wiki/Hotline_Communications) server implemented in Golang.
1111

12-
- **Server Goal:** Make it simple to run a Hotline server on macOS, Linux, and Windows, with full compatibility for all popular Hotline clients.
13-
- **Client Goal:** Make it fun and easy to connect to multiple Hotline servers through a [terminal UI](https://github.com/jhalter/mobius/wiki/Mobius-Client-Screenshot-Gallery).
12+
- **Project Goal:** Make it simple to run a Hotline server on macOS, Linux, and Windows, with full compatibility for all popular Hotline clients.
1413

1514

1615
## Installation
@@ -229,4 +228,4 @@ Example:
229228
❯ curl -d 'Server rebooting' localhost:5603/api/v1/shutdown
230229
231230
{ "msg": "server shutting down" }
232-
```
231+
```

0 commit comments

Comments
 (0)