@oclif/plugin-update 4.1.16 → 4.2.1

Sign up to get free protection for your applications and to get access to all the features.
package/README.md CHANGED
@@ -5,10 +5,10 @@
5
5
  [![License](https://img.shields.io/npm/l/@oclif/plugin-update.svg)](https://github.com/oclif/plugin-update/blob/main/package.json)
6
6
 
7
7
  <!-- toc -->
8
-
9
- - [@oclif/plugin-update](#oclifplugin-update)
10
- - [Usage](#usage)
11
- - [Commands](#commands)
8
+ * [@oclif/plugin-update](#oclifplugin-update)
9
+ * [Usage](#usage)
10
+ * [Commands](#commands)
11
+ * [Contributing](#contributing)
12
12
  <!-- tocstop -->
13
13
 
14
14
  # Usage
@@ -18,8 +18,7 @@ See https://oclif.io/docs/releasing.html#autoupdater
18
18
  # Commands
19
19
 
20
20
  <!-- commands -->
21
-
22
- - [`oclif-example update [CHANNEL]`](#oclif-example-update-channel)
21
+ * [`oclif-example update [CHANNEL]`](#oclif-example-update-channel)
23
22
 
24
23
  ## `oclif-example update [CHANNEL]`
25
24
 
@@ -56,6 +55,9 @@ EXAMPLES
56
55
  $ oclif-example update --available
57
56
  ```
58
57
 
59
- _See code: [src/commands/update.ts](https://github.com/oclif/plugin-update/blob/4.1.16/src/commands/update.ts)_
60
-
58
+ _See code: [src/commands/update.ts](https://github.com/oclif/plugin-update/blob/v4.2.1/src/commands/update.ts)_
61
59
  <!-- commandsstop -->
60
+
61
+ # Contributing
62
+
63
+ See [contributing guide](./CONRTIBUTING.md)