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\'';