Skip to content

Commit

Permalink
Fixes for Apache Kafka trademark usage
Browse files Browse the repository at this point in the history
Signed-off-by: Fred Bricon <[email protected]>
  • Loading branch information
fbricon authored and jlandersen committed Mar 17, 2021
1 parent f576541 commit 81ed692
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Kafka extension for Visual Studio Code
# Apache Kafka extension for Visual Studio Code

[![CI](https://img.shields.io/github/workflow/status/jlandersen/vscode-kafka/CI/master)](https://github.com/jlandersen/vscode-kafka/actions?query=workflow%3ACI+branch%3Amaster)
[![Latest version](https://img.shields.io/visual-studio-marketplace/v/jeppeandersen.vscode-kafka?color=brightgreen)](https://marketplace.visualstudio.com/items?itemName=jeppeandersen.vscode-kafka)
[![Marketplace Installs](https://img.shields.io/visual-studio-marketplace/i/jeppeandersen.vscode-kafka?logo=Installs)](https://marketplace.visualstudio.com/items?itemName=jeppeandersen.vscode-kafka)

Work with Kafka directly in Visual Studio Code. Kafka clusters running version 0.11 or higher are supported.
Work with Apache Kafka® directly in Visual Studio Code. Kafka clusters running version 0.11 or higher are supported.

Features:
- Connect to multiple clusters
Expand Down Expand Up @@ -81,3 +81,8 @@ vscode-kafka is built using Github Actions. Here's how to download and install t
- Locate the vscode-kafka artifact down the page and download it,
- Unzip the archive,
- Install the vscode-kafka-*.vsix extension by following these [instructions](https://code.visualstudio.com/docs/editor/extension-gallery#_install-from-a-vsix).

## License
MIT License. See [LICENSE](LICENSE) file.

Apache, Apache Kafka, Kafka and associated logos are trademarks of the Apache Software Foundation (ASF). vscode-kafka is not affiliated with, endorsed by, or otherwise associated with the Apache Software Foundation or any of its projects.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vscode-kafka",
"displayName": "Kafka",
"description": "Interact with Kafka directly in VS Code",
"description": "Interact with Apache Kafka directly in VS Code",
"publisher": "jeppeandersen",
"version": "0.11.1",
"engines": {
Expand Down

0 comments on commit 81ed692

Please sign in to comment.