@oclif/plugin-update 4.2.0 → 4.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -8,6 +8,7 @@
8
8
  * [@oclif/plugin-update](#oclifplugin-update)
9
9
  * [Usage](#usage)
10
10
  * [Commands](#commands)
11
+ * [Contributing](#contributing)
11
12
  <!-- tocstop -->
12
13
 
13
14
  # Usage
@@ -54,5 +55,9 @@ EXAMPLES
54
55
  $ oclif-example update --available
55
56
  ```
56
57
 
57
- _See code: [src/commands/update.ts](https://github.com/oclif/plugin-update/blob/v4.2.0/src/commands/update.ts)_
58
+ _See code: [src/commands/update.ts](https://github.com/oclif/plugin-update/blob/v4.2.2/src/commands/update.ts)_
58
59
  <!-- commandsstop -->
60
+
61
+ # Contributing
62
+
63
+ See [contributing guide](./CONRTIBUTING.md)