Skip to content

Commit

Permalink
plublish => publish
Browse files Browse the repository at this point in the history
  • Loading branch information
jprobinson committed Nov 4, 2016
1 parent b934dc5 commit 2b03f23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -190,7 +190,7 @@ There are currently major 4 implementations of the `pubsub` interfaces:

For pubsub via Amazon's SNS/SQS, you can use the `pubsub/aws` package.

For pubsub via Google's Pubsub, you can use the `pubsub/gcp` package. This package offers 2 ways of publishing to Google PubSub. `gcp.NewPublisher` uses the RPC client and `gcp.NewHTTPPublisher` will plublish over plain HTTP, which is useful for the App Engine standard environment.
For pubsub via Google's Pubsub, you can use the `pubsub/gcp` package. This package offers 2 ways of publishing to Google PubSub. `gcp.NewPublisher` uses the RPC client and `gcp.NewHTTPPublisher` will publish over plain HTTP, which is useful for the App Engine standard environment.

For pubsub via Kafka topics, you can use the `pubsub/kafka` package.

Expand Down

0 comments on commit 2b03f23

Please sign in to comment.