@oclif/plugin-update 4.2.0 → 4.2.1

Sign up to get free protection for your applications and to get access to all the features.
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.1/src/commands/update.ts)_
58
59
  <!-- commandsstop -->
60
+
61
+ # Contributing
62
+
63
+ See [contributing guide](./CONRTIBUTING.md)