From 41ceb8d228025a13f7966fb4149ce988507b026d Mon Sep 17 00:00:00 2001 From: Anish Kumar Jha <54202196+Arsator@users.noreply.github.com> Date: Thu, 24 Mar 2022 16:03:45 +0530 Subject: [PATCH] Fixed Typo mistake --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 65f8c30..5276d46 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Standard objects supported throught a pilot program: ### Example ```Apex // PushTopic lets you subscribe to channel to track changes on accounts whose billins city is SF. - PushTopic pushTopic = new OushTopic(); + PushTopic pushTopic = new PushTopic(); pushTopic.Name = 'AccountUpdate'; pushTopic.Query = 'SELECT Id, Name, Phone FROM Account WHERE BillingCity=\'San Francisco\'';