Skip to content

Commit

Permalink
Fix URL
Browse files Browse the repository at this point in the history
  • Loading branch information
voter101 committed Aug 3, 2016
1 parent 6d2d5be commit bd05c88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ npm install --save-dev eventing-bus

### `<script>` tag:

Check out the [lastest release](/releases/latest). There you have three options:
Check out the [lastest release](https://github.com/arkency/event-bus/releases/latest). There you have three options:

* `event_bus.standalone-<version>.js` - I don't want to use `EventStream` to create more than one bus. Global event bus is good enough. **The most straightforward way. Use it if you're unsure what to choose.**
* `event_bus-<version>.js` - I want to use a global `EventBus` instance, but I want to include `EventStream` too.
Expand Down

0 comments on commit bd05c88

Please sign in to comment.