From 4338d7be3af9baa765895a5dafb4bc6db72b6495 Mon Sep 17 00:00:00 2001 From: "R. N. West" <98110034+rnwst@users.noreply.github.com> Date: Sun, 9 Oct 2022 18:18:05 +0100 Subject: [PATCH] Clarify MathJax version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ed27f9ab..96bd7186 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # mathjax-node [![Build Status](https://travis-ci.org/mathjax/MathJax-node.svg?branch=develop)](https://travis-ci.org/mathjax/MathJax-node) -This repository contains a library that provides an API to call [MathJax](https://github.com/mathjax/mathjax) from Node.js programs. The API converts individual math expressions (in any of MathJax's input formats) into HTML (with CSS), SVG, or MathML code. +This repository contains a library that provides an API to call [MathJax version 2](https://github.com/mathjax/mathjax) from Node.js programs. This API converts individual math expressions (in any of MathJax's input formats) into HTML (with CSS), SVG, or MathML code. For [MathJax version 3](https://github.com/mathjax/MathJax-src), see instead [MathJax-demos-node](https://github.com/mathjax/MathJax-demos-node). Use