From 58089a89eb479a4bb83c7fbc30a524e443313eae Mon Sep 17 00:00:00 2001 From: juanelas Date: Tue, 7 Apr 2020 13:09:27 +0200 Subject: [PATCH] JSDoc -> API reference doc --- README.md | 2 +- src/doc/readme-template.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 574a5d3..2658eb2 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ console.log(bigintModArith.modInv(BigInt('3'), BigInt('5'))) // prints 2 ``` -## JS Doc +## API reference documentation diff --git a/src/doc/readme-template.md b/src/doc/readme-template.md index d654a45..7402a4d 100644 --- a/src/doc/readme-template.md +++ b/src/doc/readme-template.md @@ -72,6 +72,6 @@ console.log(bigintModArith.modInv(BigInt('3'), BigInt('5'))) // prints 2 ``` -## JS Doc +## API reference documentation {{>main}}