From c7004c0330b5af630b3483cd2d5cf2966c0cb059 Mon Sep 17 00:00:00 2001 From: Andreas Remigius Schmidt Date: Mon, 11 Mar 2024 19:37:03 +0100 Subject: [PATCH] docs: mention `algebra.js` in the complete docs --- docs/index.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/index.md b/docs/index.md index 8b9dba8..0c265d0 100644 --- a/docs/index.md +++ b/docs/index.md @@ -30,6 +30,7 @@ const x = eq.solveFor("x") - [Quick Start](#quick-start) - [Contents](#contents) +- [History](#history) - [Usage](#usage) - [Right Now](#right-now) - [In your website](#in-your-website) @@ -64,6 +65,14 @@ const x = eq.solveFor("x") - [Example](#example) - [Greek Letters](#greek-letters) +## History + +`algebra.ts` is a fork of +[algebra.js](https://github.com/nicolewhite/algebra.js) created by [Nicole +White](https://github.com/nicolewhite/) and you can find the original copyright +and license file in +[./LICENSE_algebra-js](https://github.com/remigius42/algebra.ts/blob/main/LICENSE_algebra-js). + ## Usage ### Right Now