From b7069dba41347f9a7003f8193fc8faac8429806f Mon Sep 17 00:00:00 2001 From: dearblue Date: Wed, 21 Sep 2022 22:50:47 +0900 Subject: [PATCH] Small improves for `mrbgems/mruby-bigint/README.md` [ci skip] - Add a period at the end of the line because markdown will combine lines if there are no blank lines. - Enable link to `README-fgmp.md`. --- mrbgems/mruby-bigint/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mrbgems/mruby-bigint/README.md b/mrbgems/mruby-bigint/README.md index 81b368601..3b1e1d910 100644 --- a/mrbgems/mruby-bigint/README.md +++ b/mrbgems/mruby-bigint/README.md @@ -1,5 +1,5 @@ # Multi-precision Integer extension for mruby -This extension uses fgmp, which is a public domain implementation of a subset of the GNU gmp library by Mark Henderson -But it's heavily modified to fit with mruby. You can get the original source code from -You can read the original README for fgmp in +This extension uses fgmp, which is a public domain implementation of a subset of the GNU gmp library by Mark Henderson . +But it's heavily modified to fit with mruby. You can get the original source code from . +You can read the original README for fgmp in [README-fgmp.md](README-fgmp.md).