Skip to content

Commit

Permalink
updated docs w/ download links and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Derick Bailey committed Aug 18, 2012
1 parent b776091 commit eeed6ba
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
2 changes: 2 additions & 0 deletions changelog.md
@@ -0,0 +1,2 @@
### v0.1.0
* Initial Release
19 changes: 19 additions & 0 deletions readme.md
Expand Up @@ -12,6 +12,20 @@ is painful at best.
Thus, Jasmine.Async was born out of frustration and little bit
of jealousy in how easy it is to do async tests with [Mocha](http://visionmedia.github.com/mocha/).

## Source Code And Downloads

You can download the raw source code from the "src" folder above, or grab one of the
many builds from the "lib" folder.

To get the latest stable release, use these links which point to the 'master' branch's
builds:

### Standard Builds

* Development: [jasmine.async.js](https://raw.github.com/derickbailey/jasmine.async/master/lib/jasmine.async.js)

* Production: [jasmine.async.min.js](https://raw.github.com/derickbailey/jasmine.async/master/lib/jasmine.async.min.js)

## Basic Usage

```js
Expand Down Expand Up @@ -64,6 +78,11 @@ describe("an async spec", function(){
});
```

## Release Notes

For change logs and release notes, see the
[changelog](https://github.com/derickbailey/jasmine.async/blob/master/changelog.md) file.

## Legal Mumbo-Jumbo (MIT License)

Copyright ©2012 Muted Solutions, LLC. All Rights Reserved.
Expand Down

0 comments on commit eeed6ba

Please sign in to comment.