From 9b669f50d73bbd3aac2e6a0f6141cde08f021fad Mon Sep 17 00:00:00 2001 From: Patrick Roberts Date: Mon, 26 May 2014 20:13:47 -0500 Subject: [PATCH] Updated markdown --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 61980e4..cf2cc9d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # Complex.js -* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * - Complex.js is a lightweight module that enables Complex mathematics in JavaScript. It comes with every elementary function and all mathematical operators. It also includes many utility functions and @@ -18,8 +16,6 @@ the section [`Parsing Human-Readable Expressions`](#parsing). Although originally written for use in the browser, it can also now be used within [Node.js](http://nodejs.org). -* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * - ## Overview * [Download](#download) @@ -33,7 +29,11 @@ be used within [Node.js](http://nodejs.org). ## Download -* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * +To install via `npm`, run: + +``` +npm install complex-js +``` ## Functions vs. Operators @@ -178,7 +178,7 @@ console.log(output.toString(true)); ## Documentation -### [Constructors](#constructors) +### [Constructors](#constructs) * [`Complex`](#complex) * [`Polar`](#polar) @@ -262,7 +262,7 @@ For convenience, but also used in many of the trigonometric methods. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * - + ## Constructors