Skip to content

Commit b7d4142

Browse files
committed
update README
1 parent f49376a commit b7d4142

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ They should be loaded as R7RS libraries in final 1.0.0 version
298298
* Browser `init` function use [ContentLoaded](http://javascript.nwbox.com/ContentLoaded/).
299299
* The rationalize algorithm is based on [Kawa Scheme](https://www.gnu.org/software/kawa/index.html) by Per M.A. Bothner, Alan Bawden and Marc Feeley.
300300
* `ucs2decode` function taken from [punycode.js](https://github.com/bestiejs/punycode.js) by [Mathias Bynens](https://mathiasbynens.be/).
301-
* [Rosetta Code](https://rosettacode.org/) is used for:
301+
* [Rosetta Code](https://rosettacode.org/) was used for:
302302
* [gdc](https://rosettacode.org/wiki/Greatest_common_divisor#JavaScript),
303303
* [lcm](https://rosettacode.org/wiki/Least_common_multiple#JavaScript),
304304
* [LFloat::toRational](https://rosettacode.org/wiki/Convert_decimal_number_to_rational).

templates/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ They should be loaded as R7RS libraries in final 1.0.0 version
298298
* Browser `init` function use [ContentLoaded](http://javascript.nwbox.com/ContentLoaded/).
299299
* The rationalize algorithm is based on [Kawa Scheme](https://www.gnu.org/software/kawa/index.html) by Per M.A. Bothner, Alan Bawden and Marc Feeley.
300300
* `ucs2decode` function taken from [punycode.js](https://github.com/bestiejs/punycode.js) by [Mathias Bynens](https://mathiasbynens.be/).
301-
* [Rosetta Code](https://rosettacode.org/) is used for:
301+
* [Rosetta Code](https://rosettacode.org/) was used for:
302302
* [gdc](https://rosettacode.org/wiki/Greatest_common_divisor#JavaScript),
303303
* [lcm](https://rosettacode.org/wiki/Least_common_multiple#JavaScript),
304304
* [LFloat::toRational](https://rosettacode.org/wiki/Convert_decimal_number_to_rational).

0 commit comments

Comments
 (0)