Skip to content

Commit

Permalink
Fix typo in README (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
craigpastro committed Nov 8, 2023
1 parent 8c3a0c6 commit fa8eec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ func main() {
panic(err)
}

// Archive the message by moving it to the "pgmq_<queue_name>_archive" table.
// Archive the message by moving it to the "pgmq.a_<queue_name>" table.
// Alternatively, you can `Delete` the message, or read and delete in one
// call by using `Pop`.
_, err = q.Archive(ctx, "my_queue", id)
Expand Down

0 comments on commit fa8eec8

Please sign in to comment.