Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Dec 23, 2023
1 parent f49376a commit b7d4142
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 @@ -298,7 +298,7 @@ They should be loaded as R7RS libraries in final 1.0.0 version
* Browser `init` function use [ContentLoaded](http://javascript.nwbox.com/ContentLoaded/).
* 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.
* `ucs2decode` function taken from [punycode.js](https://github.com/bestiejs/punycode.js) by [Mathias Bynens](https://mathiasbynens.be/).
* [Rosetta Code](https://rosettacode.org/) is used for:
* [Rosetta Code](https://rosettacode.org/) was used for:
* [gdc](https://rosettacode.org/wiki/Greatest_common_divisor#JavaScript),
* [lcm](https://rosettacode.org/wiki/Least_common_multiple#JavaScript),
* [LFloat::toRational](https://rosettacode.org/wiki/Convert_decimal_number_to_rational).
Expand Down
2 changes: 1 addition & 1 deletion templates/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ They should be loaded as R7RS libraries in final 1.0.0 version
* Browser `init` function use [ContentLoaded](http://javascript.nwbox.com/ContentLoaded/).
* 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.
* `ucs2decode` function taken from [punycode.js](https://github.com/bestiejs/punycode.js) by [Mathias Bynens](https://mathiasbynens.be/).
* [Rosetta Code](https://rosettacode.org/) is used for:
* [Rosetta Code](https://rosettacode.org/) was used for:
* [gdc](https://rosettacode.org/wiki/Greatest_common_divisor#JavaScript),
* [lcm](https://rosettacode.org/wiki/Least_common_multiple#JavaScript),
* [LFloat::toRational](https://rosettacode.org/wiki/Convert_decimal_number_to_rational).
Expand Down

0 comments on commit b7d4142

Please sign in to comment.