Skip to content

Commit 9057b00

Browse files
committed
update description
1 parent 92ade7f commit 9057b00

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# fiber
22

3+
An implementation of the JSON-RPC 2.0 protocol in Gleam!
4+
35
[![Package Version](https://img.shields.io/hexpm/v/fiber)](https://hex.pm/packages/fiber)
46
[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/fiber/)
57

gleam.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "fiber"
22
version = "1.0.0"
33
gleam = ">= 1.5.0"
4-
description = "JSON-RPC utilities for Gleam"
4+
description = "An implementation of the JSON-RPC 2.0 protocol in Gleam!"
55
licences = ["MIT"]
66
repository = { type = "github", user = "drowrin", repo = "fiber" }
77

0 commit comments

Comments
 (0)