*: fix errors reported by languagetool (#6069)
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
# pretty-bytes
|
||||
|
||||
> Convert bytes to a human readable string.
|
||||
> Convert bytes to a human-readable string.
|
||||
> More information: <https://github.com/sindresorhus/pretty-bytes-cli>.
|
||||
|
||||
- Convert numeric bytes value to a human readable string:
|
||||
- Convert numeric bytes value to a human-readable string:
|
||||
|
||||
`pretty-bytes {{1337}}`
|
||||
|
||||
- Convert numeric bytes value from stdin to a human readable string:
|
||||
- Convert numeric bytes value from stdin to a human-readable string:
|
||||
|
||||
`echo {{1337}} | pretty-bytes`
|
||||
|
||||
|
Reference in New Issue
Block a user