Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRebecca Turner <me@re-becca.org>2015-07-07 23:44:20 +0300
committerRebecca Turner <me@re-becca.org>2015-07-07 23:44:20 +0300
commita78f81ae1ab917578425a4c8abf97a0c650a7157 (patch)
tree301fdda2d87b2efa52ad56ad2cfdded2ada2f4e9 /node_modules/gauge/README.md
parentb375b77878e27c706074b929ec3d1cb7645265a0 (diff)
gauge@1.2.1
PR-URL: https://github.com/iarna/gauge/pull/3 Fixes: https://github.com/npm/npm/issues/8812
Diffstat (limited to 'node_modules/gauge/README.md')
-rw-r--r--node_modules/gauge/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/node_modules/gauge/README.md b/node_modules/gauge/README.md
index fb9eb0a7d..f996299da 100644
--- a/node_modules/gauge/README.md
+++ b/node_modules/gauge/README.md
@@ -117,7 +117,7 @@ will be turned into the gauge line. The default template is:
```javascript
[
- {type: "name", separated: true, maxLength: 25, minWidth: 25, align: "left"},
+ {type: "name", separated: true, maxLength: 25, minLength: 25, align: "left"},
{type: "spinner", separated: true},
{type: "startgroup"},
{type: "completionbar"},
@@ -131,7 +131,7 @@ be be included verbatum in the output.
If the template element is an object, it can have the following keys:
* *type* can be:
- * `name` – The most recent name passed to `show`; if this is in response to a
+ * `name` – The most recent name passed to `show`; if this is in response to a
`pulse` then the name passed to `pulse` will be appended along with the
subsection property from the theme.
* `spinner` – If you've ever called `pulse` this will be one of the characters
@@ -148,7 +148,7 @@ If the template element is an object, it can have the following keys:
will be padded according to the *align* value.
* *align* – (Default: left) Possible values "left", "right" and "center". Works
as you'd expect from word processors.
-* *length* – Provides a single value for both *minLength* and *maxLength*. If both
+* *length* – Provides a single value for both *minLength* and *maxLength*. If both
*length* and *minLength or *maxLength* are specifed then the latter take precedence.
### Tracking Completion