Skip to content

Commit

Permalink
docs: update ref. to Blightmud's usage of libtelnet-rs
Browse files Browse the repository at this point in the history
  • Loading branch information
cpu committed Nov 18, 2023
1 parent f52bf91 commit 51038bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ See [CHANGELOG.md](CHANGELOG.md).
# Usage

Check [src/tests.rs](tests/tests.rs) for an example parser. For a larger
example, see the [Blightmud] MUD client that uses `libtelnet-rs` for its Telnet
example, see the [Blightmud] MUD client that uses `libmudtelnet` for its Telnet
handling.

First, construct a parser with [`Parser::new()`][new-parser]. Ideally, you would
Expand Down

0 comments on commit 51038bd

Please sign in to comment.