Skip to content

Commit

Permalink
Improve README
Browse files Browse the repository at this point in the history
  • Loading branch information
b1az committed Aug 29, 2022
1 parent 573ef07 commit e513413
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ KafkaEx
[![API Docs](https://img.shields.io/badge/api-docs-yellow.svg?style=flat)](http://hexdocs.pm/kafka_ex/)

KafkaEx is an Elixir client for [Apache Kafka](http://kafka.apache.org/) with
support for Kafka versions 0.8.0 and newer. KafkaEx requires Elixir 1.5+ and
support for Kafka versions 0.8.0 and newer. KafkaEx requires Elixir 1.6+ and
Erlang OTP 19+.

See [http://hexdocs.pm/kafka_ex/](http://hexdocs.pm/kafka_ex/) for
documentation,
[https://github.com/kafkaex/kafka_ex/](https://github.com/kafkaex/kafka_ex/)
for code.

KakfaEx supports the following Kafka features:
KafkaEx supports the following Kafka features:

* Broker and Topic Metadata
* Produce Messages
Expand Down

0 comments on commit e513413

Please sign in to comment.