From 1a901d18baaf80db9b14f5310eaf0ece1f42b9cb Mon Sep 17 00:00:00 2001 From: Ayodeji O <97124713+aosasona@users.noreply.github.com> Date: Fri, 26 Jan 2024 14:01:05 +0000 Subject: [PATCH] Updated descriptions --- README.md | 6 +++--- packages/crossbar.toml | 2 +- packages/falcon.toml | 2 +- packages/plunk.toml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index ef1af51..8c165f5 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ Looking for something to build? Check out [the suggestions list][suggestions]. ### Email - [gleam_sendgrid](https://github.com/lpil/gleam_sendgrid) - [📚](https://hexdocs.pm/gleam_sendgrid/) - Send emails from Gleam with SendGrid -- [plunk](https://github.com/aosasona/plunk.gleam) - [📚](https://hexdocs.pm/plunk/) - Library for interacting with Plunk's API (https://useplunk.com) in Gleam - supports both the Erlang and Javascript targets +- [plunk](https://github.com/aosasona/plunk.gleam) - [📚](https://hexdocs.pm/plunk/) - A Gleam library to send emails, manage contacts etc. using the Plunk API - [zeptomail](https://github.com/lpil/zeptomail) - [📚](https://hexdocs.pm/zeptomail/) - A wrapper for ZeptoMail's transactional email API ### Erlang and OTP @@ -163,7 +163,7 @@ Looking for something to build? Check out [the suggestions list][suggestions]. ### HTTP Clients -- [falcon](https://github.com/trulyao/falcon) - [📚](https://hexdocs.pm/falcon/) - A smoother way to send HTTP requests in Gleam, an abstraction over Hackney - see the readme for important notes! +- [falcon](https://github.com/trulyao/falcon) - [📚](https://hexdocs.pm/falcon/) - A smoother way to make HTTP requests in Gleam with Axios-like methods - [gleam_fetch](https://github.com/gleam-lang/fetch) - [📚](https://hexdocs.pm/gleam_fetch/) - Make HTTP requests in Gleam JavaScript with Fetch - [gleam_hackney](https://github.com/gleam-lang/hackney) - [📚](https://hexdocs.pm/gleam_hackney/) - Gleam bindings to the Hackney HTTP client - [gleam_httpc](https://github.com/gleam-lang/httpc) - [📚](https://hexdocs.pm/gleam_httpc/) - Gleam bindings to Erlang's built in HTTP client, httpc @@ -244,7 +244,7 @@ Looking for something to build? Check out [the suggestions list][suggestions]. ### Validation -- [crossbar](https://github.com/aosasona/crossbar) - [📚](https://hexdocs.pm/crossbar/) - Experimental data validation library in pure Gleam +- [crossbar](https://github.com/aosasona/crossbar) - [📚](https://hexdocs.pm/crossbar/) - Data validation library in pure Gleam ### Web frameworks diff --git a/packages/crossbar.toml b/packages/crossbar.toml index ad8aa80..98ce603 100644 --- a/packages/crossbar.toml +++ b/packages/crossbar.toml @@ -1,5 +1,5 @@ name = "crossbar" -description = "Experimental data validation library in pure Gleam" +description = "Data validation library in pure Gleam" docs_url = "https://hexdocs.pm/crossbar/" repo_url = "https://github.com/aosasona/crossbar" category = "Validation" diff --git a/packages/falcon.toml b/packages/falcon.toml index b556d8f..22fb904 100644 --- a/packages/falcon.toml +++ b/packages/falcon.toml @@ -1,5 +1,5 @@ name = "falcon" -description = "A smoother way to send HTTP requests in Gleam, an abstraction over Hackney - see the readme for important notes!" +description = "A smoother way to make HTTP requests in Gleam with Axios-like methods" docs_url = "https://hexdocs.pm/falcon/" repo_url = "https://github.com/trulyao/falcon" category = "HTTP Clients" diff --git a/packages/plunk.toml b/packages/plunk.toml index 2be4cee..b336b23 100644 --- a/packages/plunk.toml +++ b/packages/plunk.toml @@ -1,5 +1,5 @@ name = "plunk" -description = "Library for interacting with Plunk's API (https://useplunk.com) in Gleam - supports both the Erlang and Javascript targets" +description = "A Gleam library to send emails, manage contacts etc. using the Plunk API" docs_url = "https://hexdocs.pm/plunk/" repo_url = "https://github.com/aosasona/plunk.gleam" category = "Email"