Skip to content

Commit

Permalink
Merge pull request #6 from digitalfortress-dev/docs/update-readme
Browse files Browse the repository at this point in the history
docs: update README.md
  • Loading branch information
haihuynhDF authored Dec 6, 2023
2 parents 86d9d9e + 79b2c89 commit 2f5a0ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ publisher = Publisher(
sqs_client=sqs_client,
queue_name="sqs-queue-name",
)

publisher.publish("test message")
```

### Lazy mode
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "sqs-client"
version = "0.1.0"
version = "0.1.1"
authors = [
{name="Digital Fortress", email="[email protected]" },
]
Expand Down

0 comments on commit 2f5a0ff

Please sign in to comment.