Parcourir la source

Merge pull request #845 from maxthomas/examples-link-typo

Fix tiny typo in examples README link
Evan Huus il y a 8 ans
Parent
commit
3efb95dad8
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      examples/README.md

+ 1 - 1
examples/README.md

@@ -1,6 +1,6 @@
 # Sarama examples
 # Sarama examples
 
 
-This folder contains example applications to demonstrate the use of Sarama. For code snippet examples on how to use the different types in Sarama, see [Sarams's API documentation on godoc.org](https://godoc.org/github.com/Shopify/sarama)
+This folder contains example applications to demonstrate the use of Sarama. For code snippet examples on how to use the different types in Sarama, see [Sarama's API documentation on godoc.org](https://godoc.org/github.com/Shopify/sarama)
 
 
 In these examples, we use `github.com/Shopify/sarama` as import path. We do this to ensure all the examples are up to date with the latest changes in Sarama. For your own applications, you may want to use `gopkg.in/Shopify/sarama.v1` to lock into a stable API version.
 In these examples, we use `github.com/Shopify/sarama` as import path. We do this to ensure all the examples are up to date with the latest changes in Sarama. For your own applications, you may want to use `gopkg.in/Shopify/sarama.v1` to lock into a stable API version.