Ver código fonte

doc: make package.json a link in the README

Samuel Padgett 4 anos atrás
pai
commit
e542d84d6a
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -17,7 +17,7 @@ to build and run the example.
 ## Getting started
 
 After cloning this repo, you should update the plugin metadata such as the
-plugin name in the `consolePlugin` declaration of package.json.
+plugin name in the `consolePlugin` declaration of [package.json](package.json).
 
 ```json
 "consolePlugin": {
@@ -90,7 +90,7 @@ oc process -f template.yaml \
 ```
 
 `PLUGIN_NAME` must match the plugin name you used in the `consolePlugin`
-declaration of package.json.
+declaration of [package.json](package.json).
 
 Once deployed, patch the
 [Console operator](https://github.com/openshift/console-operator)