Add link to exmaples directory

This commit is contained in:
Harlow Ward 2015-05-23 16:10:08 -07:00
parent 25e390e8b4
commit 9a30e97f10

View file

@ -28,7 +28,13 @@ Get the package source:
$ go get github.com/harlow/kinesis-connectors $ go get github.com/harlow/kinesis-connectors
### Logging ### Examples
Examples pipelines are proviede in [examples directory][demo].
[demo]: https://github.com/harlow/kinesis-connectors/tree/master/examples
### Custom Logging
Default logging is handled by Package log. An application can override the defualt package logging by Default logging is handled by Package log. An application can override the defualt package logging by
changing it's `logger` variable: changing it's `logger` variable:
@ -41,15 +47,14 @@ The customer logger must implement the [Logger interface][log_interface].
[log_interface]: https://github.com/harlow/kinesis-connectors/blob/master/logger.go [log_interface]: https://github.com/harlow/kinesis-connectors/blob/master/logger.go
### Contributing
## Contributing
Please see [CONTRIBUTING.md] for more information. Thank you, [contributors]! Please see [CONTRIBUTING.md] for more information. Thank you, [contributors]!
[LICENSE]: /MIT-LICENSE [LICENSE]: /MIT-LICENSE
[CONTRIBUTING.md]: /CONTRIBUTING.md [CONTRIBUTING.md]: /CONTRIBUTING.md
## License ### License
Copyright (c) 2015 Harlow Ward. It is free software, and may Copyright (c) 2015 Harlow Ward. It is free software, and may
be redistributed under the terms specified in the [LICENSE] file. be redistributed under the terms specified in the [LICENSE] file.