Skip to content

Commit

Permalink
📝 Remove decode package mention
Browse files Browse the repository at this point in the history
  • Loading branch information
okkdev authored Feb 12, 2025
1 parent 634e0e7 commit d29dc17
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/squirrel.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,8 @@ const squirrel_version = "v3.0.0"
/// > - `PGPASSWORD`: `""`
///
/// > ⚠️ The generated code relies on the
/// > [`pog`](https://hexdocs.pm/pog/) and
/// > [`decode`](https://hexdocs.pm/decode/) packages to work, so make sure to
/// > add those as dependencies to your project.
/// > [`pog`](https://hexdocs.pm/pog/) package to work, so make sure to
/// > add that dependency to your project.
///
pub fn main() {
case parse_cli_args(), connection_options() {
Expand Down

0 comments on commit d29dc17

Please sign in to comment.