We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92ade7f commit 9057b00Copy full SHA for 9057b00
README.md
@@ -1,5 +1,7 @@
1
# fiber
2
3
+An implementation of the JSON-RPC 2.0 protocol in Gleam!
4
+
5
[](https://hex.pm/packages/fiber)
6
[](https://hexdocs.pm/fiber/)
7
gleam.toml
@@ -1,7 +1,7 @@
name = "fiber"
version = "1.0.0"
gleam = ">= 1.5.0"
-description = "JSON-RPC utilities for Gleam"
+description = "An implementation of the JSON-RPC 2.0 protocol in Gleam!"
licences = ["MIT"]
repository = { type = "github", user = "drowrin", repo = "fiber" }
0 commit comments