Skip to content

Commit a04b09d

Browse files
authored
Merge pull request mruby#5796 from dearblue/bigint-readme
Small improves for `mrbgems/mruby-bigint/README.md` [ci skip]
2 parents 07470eb + b7069db commit a04b09d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

mrbgems/mruby-bigint/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Multi-precision Integer extension for mruby
22

3-
This extension uses fgmp, which is a public domain implementation of a subset of the GNU gmp library by Mark Henderson <markh@wimsey.bc.ca>
4-
But it's heavily modified to fit with mruby. You can get the original source code from <https://github.com/deischi/fgmp.git>
5-
You can read the original README for fgmp in <README-fgmp.md>
3+
This extension uses fgmp, which is a public domain implementation of a subset of the GNU gmp library by Mark Henderson <markh@wimsey.bc.ca>.
4+
But it's heavily modified to fit with mruby. You can get the original source code from <https://github.com/deischi/fgmp.git>.
5+
You can read the original README for fgmp in [README-fgmp.md](README-fgmp.md).

0 commit comments

Comments
 (0)