@@ -7,20 +7,20 @@ filesize.js provides a simple way to get a human readable file size string from
7
7
8
8
` filesize() ` accepts an optional descriptor Object as a second argument, so you can customize the output.
9
9
10
- #### bits
11
- Enables ` bit ` sizes, default is ` false `
10
+ ### bits
11
+ _ *** (boolean) *** _ Enables ` bit ` sizes, default is ` false `
12
12
13
- #### unix
14
- Enables unix style human readable output, e.g ` ls -lh ` , default is ` false `
13
+ ### unix
14
+ _ *** (boolean) *** _ Enables unix style human readable output, e.g ` ls -lh ` , default is ` false `
15
15
16
- #### base
17
- Number base, default is ` 10 `
16
+ ### base
17
+ _ *** (number) *** _ Number base, default is ` 10 `
18
18
19
- #### round
20
- Decimal place, default is ` 2 `
19
+ ### round
20
+ _ *** (number) *** _ Decimal place, default is ` 2 `
21
21
22
- #### spacer
23
- Character between the ` result ` and ` suffix ` , default is ` " " `
22
+ ### spacer
23
+ _ *** (string) *** _ Character between the ` result ` and ` suffix ` , default is ` " " `
24
24
25
25
## Examples
26
26
@@ -38,14 +38,10 @@ filesize.js supports AMD loaders (require.js, curl.js, etc.), node.js & npm (npm
38
38
39
39
## Support
40
40
41
- If you're having problems with using the project , use the support forum at CodersClan.
41
+ If you're having problems, use the support forum at CodersClan.
42
42
43
43
<a href =" http://codersclan.net/forum/index.php?repo_id=11 " ><img src =" http://www.codersclan.net/graphics/getSupport_blue_big.png " width =" 160 " ></a >
44
44
45
45
## License
46
-
47
- filesize.js is licensed under BSD-3 https://raw.github.com/avoidwork/filesize.js/master/LICENSE
48
-
49
- ## Copyright
50
-
51
- Copyright (c) 2013, Jason Mulligan <
[email protected] >
46
+ Copyright (c) 2013 Jason Mulligan
47
+ Licensed under the BSD-3 license.
0 commit comments