Updated net (markdown)
This commit is contained in:
parent
17e84dc2f7
commit
ea45c499c8
1 changed files with 2 additions and 2 deletions
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:
|
||||
|
||||
["b"] = 1,
|
||||
["kb"] = 1024,
|
||||
["b"] = 1,
|
||||
["kb"] = 1024,
|
||||
["mb"] = 1024^2,
|
||||
["gb"] = 1024^3
|
Loading…
Add table
Reference in a new issue