From 62425f3e5777470155684f1236e14df32d321dbf Mon Sep 17 00:00:00 2001 From: Daniel McCarney Date: Sat, 18 Nov 2023 14:37:17 -0500 Subject: [PATCH] docs: update ref. to Blightmud's usage of libtelnet-rs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5bff8f7..c7e477e 100644 --- a/README.md +++ b/README.md @@ -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