Skip to content

Commit ff7d747

Browse files
committed
Update Readme
Change package name to new form
1 parent 183c9a2 commit ff7d747

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# MathJax-node [![Build Status](https://travis-ci.org/mathjax/MathJax-node.svg?branch=develop)](https://travis-ci.org/mathjax/MathJax-node)
1+
# mathjax-node [![Build Status](https://travis-ci.org/mathjax/MathJax-node.svg?branch=develop)](https://travis-ci.org/mathjax/MathJax-node)
22

33
This repository contains files that provide APIs to call MathJax from
44
node.js programs. There is an API for converting individual math
@@ -14,9 +14,9 @@ of calling the MathJax API.
1414

1515
Use
1616

17-
npm install MathJax-node
17+
npm install mathjax-node
1818

19-
to install MathJax-node and its dependencies.
19+
to install mathjax-node and its dependencies.
2020

2121
These API's can produce PNG images, but that requires the
2222
[Batik](http://xmlgraphics.apache.org/batik/download.html) library. It
@@ -25,7 +25,7 @@ directory for more details.
2525

2626
# Getting started
2727

28-
MahJax-node provides two libraries, `lib/mj-single.js` and `lib/mj-page.js`. Below are two very minimal examples -- be sure to check out the examples in `./bin/` for more advanced configurations.
28+
mathjax-node provides two libraries, `lib/mj-single.js` and `lib/mj-page.js`. Below are two very minimal examples -- be sure to check out the examples in `./bin/` for more advanced configurations.
2929

3030
* `lib/mj-single.js` is optimized for processing single equations.
3131

0 commit comments

Comments
 (0)