summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/byte-size/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/byte-size/README.md')
-rw-r--r--deps/npm/node_modules/byte-size/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/deps/npm/node_modules/byte-size/README.md b/deps/npm/node_modules/byte-size/README.md
index 4d383ad76b..9a36daaf52 100644
--- a/deps/npm/node_modules/byte-size/README.md
+++ b/deps/npm/node_modules/byte-size/README.md
@@ -54,14 +54,14 @@ Value | IEC (octet)
1024^7 | Zio zebioctet
1024^8 | Yio yobioctet
-**Example**
+**Example**
```js
const byteSize = require('byte-size')
```
<a name="exp_module_byte-size--byteSize"></a>
### byteSize(bytes, [options]) ⇒ <code>Object</code> ⏏
-**Kind**: Exported function
+**Kind**: Exported function
| Param | Type | Default | Description |
| --- | --- | --- | --- |
@@ -70,7 +70,7 @@ const byteSize = require('byte-size')
| [options.precision] | <code>number</code> | <code>1</code> | number of decimal places. |
| [options.units] | <code>string</code> | <code>&quot;metric&quot;</code> | select `'metric'`, `'iec'`, `'metric_octet'` or `'iec_octet'` units. |
-**Example**
+**Example**
```js
> const byteSize = require('byte-size')