diff --git a/LICENSE b/LICENSE index 17e73f747..448bb6555 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License -Copyright (c) 2017 TĂșlio Ornelas (ornelas.tulio@gmail.com) +Copyright (c) 2018 TĂșlio Ornelas (ornelas.tulio@gmail.com) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and diff --git a/README.md b/README.md index b9ab62bee..1bb0c589f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![KafkaJS](https://raw.githubusercontent.com/klarna/phobos/master/logo.png)](https://github.com/tulios/kafkajs) + [![Build Status](https://travis-ci.org/tulios/kafkajs.svg?branch=master)](https://travis-ci.org/tulios/kafkajs) [![npm version](https://badge.fury.io/js/kafkajs.svg)](https://badge.fury.io/js/kafkajs) @@ -461,3 +463,11 @@ yarn test:local Password for test keystore and certificates: `testtest` Password for SASL `test:testtest` + +## Acknowledgements + +Thanks to [Sebastian Norde](https://github.com/sebastiannorde) for the awesome logo! + +## License + +See [LICENSE](https://github.com/tulios/kafkajs/blob/master/LICENSE) for more details.