From 2225835013f8d51319e6b36ca5226d62cda08a09 Mon Sep 17 00:00:00 2001 From: Pigges Date: Mon, 9 Oct 2023 20:56:53 +0200 Subject: [PATCH] updated README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f2d071..af96c6a 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ A simple SPV client that aims for easy integration primarily with LBRY Hub servers. +> The client isn't perfect. It can and will break if your input isn't correct. + To see what methods that the SPV will answer on, check [this website](https://electrumx.readthedocs.io/en/latest/protocol-methods.html). This client doesn't try to decode the data recieved, rather it gives you the raw JSONRPC that the SPV replied with. @@ -52,4 +54,5 @@ You can build the project to get an executable: bun run build ``` - +## License +This project is MIT licensed. For the full license, see [LICENSE](LICENSE). \ No newline at end of file