Skip to content

Commit

Permalink
Updating example in README
Browse files Browse the repository at this point in the history
  • Loading branch information
avoidwork committed Jan 25, 2017
1 parent 1f6c51f commit 7c75121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ filesize(1024, {exponent: 0}); // "1024 B"
filesize(1024, {output: "exponent"}); // 1
filesize(265318, {standard: "iec"}); // "259.1 KiB"
filesize(265318, {standard: "iec", fullform: true}); // "259.1 kibibytes"
filesize(0, {fullform: true, fullforms: ["байтов"]}); // "0 байтов"
filesize(12, {fullform: true, fullforms: ["байтов"]}); // "12 байтов"
```

## Partial Application
Expand Down

0 comments on commit 7c75121

Please sign in to comment.