Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Limeoats authored Jan 9, 2017
1 parent 41deb28 commit 375e0d1
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 @@ -6,7 +6,7 @@
BigNumber is a C++ class that allows for the creation and computation of arbitrary-length
integers.

The maximum possible length of a BigNumber is `string::max_size`.
The maximum possible length of a BigNumber is `std::string::max_size`.

## Installation
To add BigNumber to your C++ project, you can download the `bin` folder from this repository, which
Expand Down

0 comments on commit 375e0d1

Please sign in to comment.