From 559581d33f1a54ea5a310c540b88537cbb1c1e84 Mon Sep 17 00:00:00 2001 From: RTAkland Date: Mon, 31 Aug 2026 15:49:00 +0800 Subject: [PATCH] Update README --- README.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/README.md b/README.md index a058156..4845a40 100644 --- a/README.md +++ b/README.md @@ -14,20 +14,8 @@ Supported platforms: # Use case -## Client - [TestClient.kt](bl-client/src/commonTest/kotlin/test/TestClient.kt) -> `bl-module` is a module for testing parsing and provides usage instructions. -> The code is for reference only - -## Raw parser - -[bldm.kt](bl-client/src/commonMain/kotlin/cn/rtast/bldm/client/bldm.kt) - -> The parser strictly operates at the packet-framing layer. -> It strips the protocol packet and exposes the contained payload as a raw JSON string - # Open Source Licensed under [Apache-2.0](LICENSE) \ No newline at end of file