Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mxbaylee authored and d4rkr00t committed Feb 16, 2023
1 parent f418910 commit 551462e
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 @@ -33,7 +33,7 @@ const result = percentile(
// function to extract a value from an object
item => item.val
);
console.log(result); // 8
console.log(result); // { val: 8 }

// With array of percentiles
const percentile = require("percentile");
Expand Down

0 comments on commit 551462e

Please sign in to comment.