Skip to content

Commit

Permalink
Merge pull request #505 from gitSambhal/bugfix/readme-code-example
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
g-ongenae authored Oct 24, 2023
2 parents 44cd471 + 109cb36 commit 3c659fe
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 @@ -42,7 +42,7 @@ To create a PubSub instance using Google Cloud:
```typescript
import { EmittedMessage, GCPubSub, PubSubFactory, Transport } from '@algoan/pubsub'

const pubSub: GCPubSub = PubSubFactory.create({
const pubsub: GCPubSub = PubSubFactory.create({
transport: Transport.GOOGLE_PUBSUB,
options: {
projectId: 'test',
Expand Down

0 comments on commit 3c659fe

Please sign in to comment.