Skip to content

Commit

Permalink
More documentation updates
Browse files Browse the repository at this point in the history
  • Loading branch information
pboyer committed Oct 18, 2015
1 parent 9cf1695 commit 80dba01
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ verb provides advanced tools like derivative evaluation, adaptive tessellation,

### Platforms

verb compiles for:
Using haxe, verb compiles for:

* JavaScript
* C#
Expand All @@ -22,6 +22,14 @@ verb compiles for:

Go to the [docs](http://verbnurbs.com/docs)

#### JavaScript Quick Start

You can install verb with

npm install verb-nurbs

Pre-compiled JavaScript can be found in build/js.

### License

The MIT License (MIT)
Expand Down
8 changes: 8 additions & 0 deletions docs/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,14 @@ Install grunt:

npm install -g grunt-cli

## Using with JavaScript

You can install verb with npm

npm install verb-nurbs

You'll find many usage examples in the [examples directory](https://github.com/pboyer/verb/blob/master/examples].

## Compiling for JavaScript

Compile to javascript:
Expand Down

0 comments on commit 80dba01

Please sign in to comment.