Skip to content

Commit

Permalink
Merge pull request #73 from sophilabs/master
Browse files Browse the repository at this point in the history
Add documentation build instructions to README.md
  • Loading branch information
ntotten committed Jan 26, 2016
2 parents 25ec815 + 22abbb4 commit f3503bb
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,14 @@ Node.js client library for the [Auth0](https://auth0.com) platform.

# Installation

npm install auth0
~~~
npm install auth0
~~~

## Documentation
For more information on how to use this library you must build the docs. You can do so by running: `npm run docs-build`.

The *docs-build* script will generate all the documentation in HTML format under the `docs` folder. Open `docs/index.html` in any web browser to see the documentation.

## Management API Client
The Auth0 Management API is meant to be used by back-end servers or trusted parties performing administrative tasks. Generally speaking, anything that can be done through the Auth0 dashboard (and more) can also be done through this API.
Expand Down

0 comments on commit f3503bb

Please sign in to comment.