Skip to content

Commit

Permalink
docs(getting-started): fixing note on obtaining ES6 source
Browse files Browse the repository at this point in the history
  • Loading branch information
rodneyrehm committed Mar 17, 2016
1 parent 58ff8cc commit b0940e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ import queryFocusable from 'ally.js/src/query/focusable';
console.log('focusable elements', queryFocusable());
```

* **NOTE:** The ES6 source modules are only available through [npm](https://www.npmjs.com/package/ally.js) and [`ally.js.zip`](https://github.com/medialize/ally.js/releases/download/{{pkg.version}}/ally.js.zip).
* **NOTE:** The ES6 source modules are available from the [github repository](https://github.com/medialize/ally.js) through [npm](https://www.npmjs.com/package/ally.js) and [`ally.js.zip`](https://github.com/medialize/ally.js/releases/download/{{pkg.version}}/ally.js.zip).


## Using AMD modules
Expand Down

0 comments on commit b0940e8

Please sign in to comment.