diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f973214b6..136da0575 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,7 +10,7 @@ There are only a few guidelines that we need contributors to follow. * [Java Development Kit](https://adoptopenjdk.net/) 2. Fork and clone the repository 3. `cd intellij-kubernetes` -4. Import the folder as a project in JetBrains IntelliJ +4. Import the folder as a project in JetBrains IDEA ## Run the plugin locally diff --git a/README.md b/README.md index 1abff1c18..a73e65021 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# IntelliJ Kubernetes +# Kubernetes ## Overview -JetBrains IntelliJ plugin for interacting with Kubernetes and OpenShift clusters. +JetBrains IDEA plugin for interacting with Kubernetes and OpenShift clusters. The plugin provides functionalities and user experiences that are very close to the Kubernetes extension for vscode (https://marketplace.visualstudio.com/items?itemName=ms-kubernetes-tools.vscode-kubernetes-tools). This plugin is currently in Preview Mode. diff --git a/build.gradle b/build.gradle index 2cd870a8d..026963876 100644 --- a/build.gradle +++ b/build.gradle @@ -60,7 +60,7 @@ test { } intellij { - version ideaVersion //for a full list of IntelliJ IDEA releases please see https://www.jetbrains.com/intellij-repository/releases + version ideaVersion //for a full list of Jetbrains IDEA releases please see https://www.jetbrains.com/intellij-repository/releases pluginName 'com.redhat.devtools.intellij.kubernetes' updateSinceUntilBuild false }