Skip to content

Commit

Permalink
Updated descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
aosasona committed Jan 26, 2024
1 parent bf86c8a commit 1a901d1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion packages/crossbar.toml
Original file line number Diff line number Diff line change
@@ -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"
2 changes: 1 addition & 1 deletion packages/falcon.toml
Original file line number Diff line number Diff line change
@@ -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"
2 changes: 1 addition & 1 deletion packages/plunk.toml
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 1a901d1

Please sign in to comment.