Skip to content

Commit

Permalink
Merge pull request #4 from merofinance/spelling-mistake
Browse files Browse the repository at this point in the history
📝  Fix Spelling Mistake in Docs
  • Loading branch information
chase-manning authored Aug 23, 2023
2 parents 57b04e3 + 0f0f799 commit 5a90a93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export const logPoolInfo = async (pool: Pool): void => {

## Creating Scaled Number

### From biging
### From bigint

```ts
new ScaledNumber(bigInt: bigint, decimals?: number);
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scaled-number",
"version": "2.0.0",
"version": "2.0.2",
"description": "A class for managing large numbers with a decimal scale, useful for web3 development",
"main": "./lib/src/index.js",
"files": [
Expand Down

0 comments on commit 5a90a93

Please sign in to comment.