Skip to content

Commit

Permalink
Update to v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewJA committed Jun 19, 2015
1 parent e209a99 commit 4a9fa93
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
Coffeequate <sub><sup>v1.2.1</sup></sub>
Coffeequate <sub><sup>v1.2.2</sup></sub>
=============================

A computer algebra system for JavaScript. More information at [the webpage](http://matthewja.com/Coffeequate).
A computer algebra system for JavaScript. More information is available at [the webpage](http://matthewja.com/Coffeequate).

## Installation
Coffeequate can be included directly in a `<script>` tag or installed with `npm`.

If used in a `<script>` tag, Coffeequate defines a `CQ` function (and an alias, `coffeequate`). If used in Node, Coffeequate simply needs to be required:
```javascript
var CQ = require("coffeequate");
```

## Use
Coffeequate gives you a `CQ` function which wraps the functionality of Coffeequate. An alias of this function is `coffeequate`.
Coffeequate gives you a `CQ` function which wraps the functionality of Coffeequate.

To make a new expression, just call `CQ`:
```javascript
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "coffeequate",
"description": "A computer algebra system for JavaScript",
"version": "1.2.1",
"version": "1.2.2",
"license": "MIT",
"author": "MatthewJA <[email protected]> (http://matthewja.com)",
"main": "coffeequate.min.js",
Expand Down
2 changes: 1 addition & 1 deletion src/start.frag
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Coffeequate v1.2.1
* Coffeequate v1.2.2
* http://matthewja.com/Coffeequate
*/

Expand Down

0 comments on commit 4a9fa93

Please sign in to comment.