Skip to content

Commit

Permalink
Acknowledge Jim's contributions
Browse files Browse the repository at this point in the history
  • Loading branch information
arximboldi committed Feb 27, 2017
1 parent 4d05651 commit 6afdda3
Showing 1 changed file with 16 additions and 8 deletions.
24 changes: 16 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,15 +81,13 @@ you can build all necessary files with

> make
This will create `browser.heterarchy.js` (and `heterarchy.js`)
in the `lib/` folder.
Including that file in the browser will result in a global
`heterarchy` variable that contains the normally exported functions.
This will create `heterarchy.js` in the `lib/` folder. Including that
file in the browser will result in a global `heterarchy` variable that
contains the normally exported functions.

Since the library requires `underscorejs`
you must include it before `heterarchy`.
The functions that are used from `underscorejs` are
(in case you don't need the entire library):
Since the library requires `underscorejs` you must include it before
`heterarchy`. The functions that are used from `underscorejs` are (in
case you don't need the entire library):

```
head, tail, map, find, some, without, isEmpty,
Expand Down Expand Up @@ -121,6 +119,16 @@ class D extends heterarchy.multi B, C
method: -> "D > #{super}"
```

Contributors
------------

This library is maintained by [Juanpe Bolivar](http://sinusoid.es),
with the help of these outstanding contributors:

- **Jim Neuedorf** [@jneuendorf](https://github.com/jneuendorf)

Added support for class methods, global exports in the browser and
fixed various issues.

License
-------
Expand Down

0 comments on commit 6afdda3

Please sign in to comment.