From 109cb36a96e47c34ba2a16f53e5effe44704475c Mon Sep 17 00:00:00 2001 From: Suhail Akhtar Date: Mon, 14 Aug 2023 12:11:06 +0530 Subject: [PATCH] docs(readme): fixed the typo in the code example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2621979d..49f5e00a 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,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',