Update publisher (#14)

* Fix typo.

* Update the vendor and name.
diff --git a/README.md b/README.md
index 34812d4..dd5c4bc 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@
 * Intellij >= 2018.1.8
 * [wskdeploy](https://github.com/apache/openwhisk-wskdeploy/releases)
 
-This extension finds the `.wskprops` configuration file located in the home path and connects to the Openwhisk server automatically. Set up your configuration referred to the [cli docs](https://github.com/apache/openwhisk/blob/master/docs/cli.md#openwhisk-cli).
+This extension finds the `.wskprops` configuration file located in the home path and connects to the OpenWhisk server automatically. Set up your configuration referred to the [cli docs](https://github.com/apache/openwhisk/blob/master/docs/cli.md#openwhisk-cli).
 
 ## Feature
 ### OpenWhisk Explorer
diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml
index c12522a..d04d425 100644
--- a/src/main/resources/META-INF/plugin.xml
+++ b/src/main/resources/META-INF/plugin.xml
@@ -1,7 +1,7 @@
-<idea-plugin>
+<idea-plugin url="https://github.com/apache/openwhisk-intellij-plugin">
     <id>org.apache.openwhisk.intellij</id>
-    <name>DevTools for Apache Openwhisk</name>
-    <vendor email="dev@openwhisk.apache.org" url="https://github.com/apache">Apache</vendor>
+    <name>Apache OpenWhisk</name>
+    <vendor email="dev@openwhisk.apache.org" url="https://openwhisk.apache.org/">Apache OpenWhisk</vendor>
     <version>1.0.0</version>
     <idea-version since-build="191.*" until-build="211.*"/>
 
@@ -112,4 +112,4 @@
         </group>
     </actions>
 
-</idea-plugin>
\ No newline at end of file
+</idea-plugin>