mirror of https://github.com/lcpz/lain.git
Updated net (markdown)
This commit is contained in:
parent
2201da1aff
commit
e4c6b75c49
4
net.md
4
net.md
|
@ -20,7 +20,7 @@ Variable | Meaning | Type | Default
|
||||||
|
|
||||||
Possible value for `units` are stored in table `lain.widgets.net.units`, which contains:
|
Possible value for `units` are stored in table `lain.widgets.net.units`, which contains:
|
||||||
|
|
||||||
["b"] = 1,
|
["b"] = 1,
|
||||||
["kb"] = 1024,
|
["kb"] = 1024,
|
||||||
["mb"] = 1024^2,
|
["mb"] = 1024^2,
|
||||||
["gb"] = 1024^3
|
["gb"] = 1024^3
|
Loading…
Reference in New Issue