Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
change `TaskQueue` to `taskQueue` for better consistency
  • Loading branch information
Shellbye authored and wellle committed Mar 6, 2024
1 parent db1efc8 commit b3b5057
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 @@ -93,7 +93,7 @@ payload to a queue:

```go
delivery := "task payload"
err := TaskQueue.Publish(delivery)
err := taskQueue.Publish(delivery)
```

In practice, however, it's more common to have instances of some struct that we
Expand Down

0 comments on commit b3b5057

Please sign in to comment.