Skip to content

Commit

Permalink
Updated markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Roberts committed May 27, 2014
1 parent bb5eb72 commit 9b669f5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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)
Expand All @@ -33,7 +29,11 @@ be used within [Node.js](http://nodejs.org).
<a name="download" />
## Download

* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
To install via `npm`, run:

```
npm install complex-js
```

<a name="functions-vs-operators" />
## Functions vs. Operators
Expand Down Expand Up @@ -178,7 +178,7 @@ console.log(output.toString(true));
<a name="documentation" />
## Documentation

### [Constructors](#constructors)
### [Constructors](#constructs)

* [`Complex`](#complex)
* [`Polar`](#polar)
Expand Down Expand Up @@ -262,7 +262,7 @@ For convenience, but also used in many of the trigonometric methods.

* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *

<a name="constructors" />
<a name="constructs" />
## Constructors

<a name="complex" />
Expand Down

0 comments on commit 9b669f5

Please sign in to comment.