Skip to content
This repository has been archived by the owner on Feb 14, 2018. It is now read-only.

Commit

Permalink
Tweaked headings.
Browse files Browse the repository at this point in the history
  • Loading branch information
rockymadden committed Mar 31, 2014
1 parent 36c5a32 commit 264347a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions readme.md
@@ -1,7 +1,7 @@
#masteryconnect.js [![Build Status](https://travis-ci.org/rockymadden/masteryconnect.js.png?branch=master)](http://travis-ci.org/rockymadden/masteryconnect.js)
Functional wrapper for the MasteryConnect RESTful API. All publicly available functions are supported.

## Depending
## Depending Upon
The project is available on the [Node Packaged Modules registry](https://npmjs.org/package/masteryconnect.js). Add the dependency in your package.json file:

```javascript
Expand All @@ -10,7 +10,7 @@ The project is available on the [Node Packaged Modules registry](https://npmjs.o
}
```

## Using
## Usage
Create a user, update user, delete user, and then logout:
```coffeescript
student = student:
Expand All @@ -29,7 +29,7 @@ masteryconnect.withSession((session) ->

NOTE: MasteryConnect uses a persisted token based authentication method and closing the session is not needed.

## Licensing
## License
```
The MIT License (MIT)
Expand Down

0 comments on commit 264347a

Please sign in to comment.