Skip to content

Commit

Permalink
Updating readme with new build infrastructure
Browse files Browse the repository at this point in the history
  • Loading branch information
daffl committed Feb 29, 2016
1 parent b5e4d58 commit f19a46e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ or bower:

> bower install syn

Or by downloading it [here](https://github.com/bitovi/syn/archive/master.zip).
Or by downloading it [here](https://github.com/bitovi/syn/archive/v0.2.0.zip).

Inside the download, npm package and bower package, there are the following folders:

- `dist/syn.js` - A standalone file that can be used with a `<script>` tag.
- `dist/global/syn.js` - A standalone file that can be used with a `<script>` tag.
- `dist/amd` - An AMD build that can be used with [RequireJS](http://requirejs.org) and other AMD loaders.
- `dist/cjs` - A CommonJS build that is used by node or browserify.
- `src` - The source files that can be loaded by [StealJS](http://stealjs.com), SystemJS, and eventually JSPM.
Expand Down

0 comments on commit f19a46e

Please sign in to comment.