Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Jan 25, 2024
1 parent 815fe6b commit 1ac52dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ Looking for something to build? Check out [the suggestions list][suggestions].
- [Command Line](#command-line)
- [Configuration](#configuration)
- [Data Structures](#data-structures)
- [Database](#database)
- [Databases](#databases)
- [Email](#email)
- [Erlang and OTP](#erlang-and-otp)
Expand Down Expand Up @@ -96,13 +95,10 @@ Looking for something to build? Check out [the suggestions list][suggestions].
- [tote](https://github.com/giacomocavalieri/tote) - [📚](https://hexdocs.pm/tote/) - Bags (or multisets) in Gleam
- [trie_again](https://github.com/giacomocavalieri/trie_again) - [📚](https://hexdocs.pm/trie_again/) - Tries in Gleam

### Database

- [mungo](https://github.com/massivefermion/mungo) - [📚](https://hexdocs.pm/mungo/) - A MongoDB driver for Gleam (formerly gleam_mongo)

### Databases

- [gleam_pgo](https://github.com/gleam-experiments/pgo) - [📚](https://hexdocs.pm/gleam_pgo/) - Gleam bindings to the PGO PostgreSQL client
- [mungo](https://github.com/massivefermion/mungo) - [📚](https://hexdocs.pm/mungo/) - A MongoDB driver for Gleam (formerly gleam_mongo)
- [radish](https://github.com/massivefermion/radish) - [📚](https://hexdocs.pm/radish/) - A Redis client for Gleam
- [sqlight](https://github.com/lpil/sqlight) - [📚](https://hexdocs.pm/sqlight/) - Use SQLite from Gleam!

Expand Down
2 changes: 1 addition & 1 deletion packages/mungo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ name = "mungo"
description = "A MongoDB driver for Gleam (formerly gleam_mongo)"
docs_url = "https://hexdocs.pm/mungo/"
repo_url = "https://github.com/massivefermion/mungo"
category = "Database"
category = "Databases"

0 comments on commit 1ac52dc

Please sign in to comment.