Bläddra i källkod

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

Fix tiny typo in examples README link
Evan Huus 8 år sedan
förälder
incheckning
3efb95dad8
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      examples/README.md

+ 1 - 1
examples/README.md

@@ -1,6 +1,6 @@
 # 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.