diff --git a/gradle.properties b/gradle.properties
index 3eecc85..60369ed 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -1,7 +1,7 @@
# IntelliJ Platform Artifacts Repositories -> https://plugins.jetbrains.com/docs/intellij/intellij-artifacts.html
pluginGroup=com.github.biomejs.intellijbiome
pluginName=Biome
-pluginRepositoryUrl=https://github.com/biomejs/biome
+pluginRepositoryUrl=https://github.com/biomejs/biome-intellij
# SemVer format -> https://semver.org
pluginVersion=1.4.0
diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml
index 489d1a9..3dd0bb4 100644
--- a/src/main/resources/META-INF/plugin.xml
+++ b/src/main/resources/META-INF/plugin.xml
@@ -4,17 +4,40 @@
The Biome IntelliJ Plugin provides comprehensive support for Biome within IntelliJ IDEA. Biome is a fast formatter for JavaScript, TypeScript, JSX, TSX, JSON, CSS, and GraphQL that scores 97% compatibility with Prettier, saving CI and developer time. It is also a performant linter for JavaScript, TypeScript, JSX, CSS, and GraphQL, featuring 281 rules from ESLint, TypeScript ESLint, and other sources. Not only can you format and lint your code separately, you can do it all at once with a single command!Biome IntelliJ Plugin
- Features
+
+ Features:
+
+
+ ⌥⏎
or Alt+Enter
)⌥⇧ ⌘ L
or Ctrl+Alt+L
+
- ]]>